]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
1999-09-27 katoMove if_ed.c back to files.i386 since pc98 has a specia...
1999-09-27 billfSpell 'timecounter' correctly.
1999-09-27 impRevert non-aha changes. They weren't supposed to go in.
1999-09-27 peterSeperate pcaudio from isa/snd and isa/sound - it's...
1999-09-27 grogCorrect typo in comment. putccdbuf() releases a buffer...
1999-09-27 impMove aha driver to dev/aha like the other drivers.
1999-09-27 peterZap some unused echo "#define NFOO 1" > foo.h style...
1999-09-27 peterDon't set an unused make(1) variable (NBPF)
1999-09-27 peterbktr (as a module) doesn't build.
1999-09-27 peterZap #include "tun.h" (for NTUN) - which isn't used...
1999-09-27 peterzap #include "streams.h" (for NSTREAMS) - which isn...
1999-09-27 peterZap #include "vn.h" - it's not used
1999-09-27 peterDon't generate 'bpf.h' since it's not used.
1999-09-27 billf-Wall fixes.
1999-09-27 peterDon't generate 'bpf.h' since it's not used.
1999-09-27 dillon If the request crosses EOF and bp->b_bcount is...
1999-09-27 dillon Fix process p_locks accounting. Conversions of...
1999-09-27 dillon Buffer locking code failed to use BUF_KERNPROC...
1999-09-26 brianShow an example of ``set cd off''
1999-09-26 brianSupport ``set cd off'' to tell ppp not to even look...
1999-09-26 peterBid a fond farewell to these files, they live on variou...
1999-09-26 peterThese files live on in sys/dev/pcm/pci/es1370*
1999-09-26 rogerUpdate to use new Bt848 driver
1999-09-26 rogerAdd new Bt848 driver files
1999-09-26 rogerSplit the Bt848 driver into seperate files for
1999-09-26 imp[[ Forced commit for last (null) message ]]
1999-09-26 imp*** empty log message ***
1999-09-26 billf-Wall cleanups, handle unknown cases.
1999-09-26 billfSilence -Wall
1999-09-26 impKill printf warnings.
1999-09-26 dillon This is a major fixup of unionfs. At least 30...
1999-09-26 peterTry and catch a make -j problem in 'make depend'.
1999-09-26 peterGC bdbtofsb()
1999-09-26 peterbdbtofsb() appears to have been unused for quite some...
1999-09-26 n_hibmaChange explicit use of the queue fields into use of...
1999-09-26 peterMinor tidy up of PPP_FILTER and NBPF stuff. Don't...
1999-09-26 wpaulUpdate the Starfire driver comments and man page to...
1999-09-26 eivindUpdate this to be able to output ASSERT_VOP_(UN)LOCKED...
1999-09-26 eivindMove the declaration of panic() from sys/systm.h to...
1999-09-26 eivindMove the vop_islocked declaration to the top, in prepar...
1999-09-26 mdodddevice_get_ivars() called twice. Remove second call...
1999-09-26 mdoddDuplicated '(' removed.
1999-09-26 mdoddmca_add_{iospace,mspace}() no longer takes a 4th arg.
1999-09-26 mdoddRip out the nastiness I cribbed from the EISA bus code...
1999-09-26 mdodd- Split out the ISA and PCCARD specific code.
1999-09-26 nyanMerge from sys/i386/isa/spkr.c revision 1.37 and 1.39.
1999-09-26 nyanMerge from sys/i386/isa/pcaudio.c revision 1.50.
1999-09-26 nyanMerge from sys/i386/isa/mse.c revision 1.44.
1999-09-26 nikMention /dev/vn0b and /dev/vntab. ascii -> ASCII trans...
1999-09-25 chrisChange .Fn to .Xr on a couple of lines where abort...
1999-09-25 chrisCapitalization errors:
1999-09-25 chrisDocument the make_dev(9) and remove_dev(9) facilities.
1999-09-25 phkFor some reason patch didn't remove these three lines...
1999-09-25 phkRemove a warning check which was too general.
1999-09-25 mjacobFix from Tor so that if we enter the debugger in the...
1999-09-25 jhbUpdate the dictionary to contain all of the words in
1999-09-25 mjacobFix from Tor so that if we enter the debugger in the...
1999-09-25 phkRemove five now unused fields from struct cdevsw. ...
1999-09-25 wpaulChange contigmalloc() lower memory bound from 1MB to...
1999-09-25 dillon mdoc style cleanup
1999-09-25 dillon mdoc cleanup
1999-09-25 phkThis patch clears the way for removing a number of...
1999-09-25 chrisRemove a useless new line.
1999-09-25 chrisDocument the devtoname(9) kernel interface.
1999-09-25 phkAdd missing 't' in printf message.
1999-09-25 nyanRemove unnecessary file. This file is obsolete by newbu...
1999-09-25 phkFix a hole in jail(2).
1999-09-25 phkRemove NBPF conditionality of bpf calls in most of...
1999-09-25 phkOops! I enabled SOFTUPDATES by accident.
1999-09-25 markmRename a macro; it gets set at "make world" time, and...
1999-09-25 nyanMerge from sys/i386/conf/files.i386 revision 1.270...
1999-09-25 wpaulCall sk_start() at the end of sk_intr() if there's...
1999-09-25 billfRemove two more unnecessary function declarations/proto...
1999-09-25 billfInclude the proper headers, remove the unnecessary...
1999-09-25 billfo Remove all of the objformat logic, it's never coming...
1999-09-25 billfRemove duplicate declarations for two internal functions.
1999-09-25 billfStuff a variable declaration inside a #if block that...
1999-09-25 billfRemove declaration of getenv(), we get that from stdlib...
1999-09-24 brianTypo
1999-09-24 phantomVarious style and visual changes.
1999-09-24 markmFix problem where a macro is not properly initialised...
1999-09-24 dillon More locking clarifications. Add skeleton manual...
1999-09-24 obrienSwitch the order of a two tests so that the error actua...
1999-09-24 markmLow-level, but significant cleanup of Perl's build...
1999-09-24 dillon More synchronization of the VOP documentation to...
1999-09-24 sosFix timeout handeling and add retry counts.
1999-09-24 phantomMention -p and -t options.
1999-09-24 dillon More clarification of locking requirements.
1999-09-24 dillon Bring more VOP manual pages up to date in regards...
1999-09-24 dillon Update errors in documentation for various VOP_...
1999-09-24 nsayerSlight reordering of /etc/rc order: It now goes
1999-09-23 jmb Add information and configuration on the DUL.
1999-09-23 jkhGuard against an rm returning non-zero status.
1999-09-23 dillon Header file required to support ccd changes. Forgo...
1999-09-23 nyan- Supported 1.23MB FD again.
1999-09-23 phantommdoc(7)'fy
1999-09-23 phantommdoc(7)'fy
1999-09-23 phantomLearn nroff about -p and -t options. It allows to prepr...
1999-09-23 phantomAdd to .Nm devstat_end_transaction_buf().
1999-09-23 phantomNuke dlopen.3 -> dlversion.3 link.
next