aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support 'g' format for printing 8 byte values.Doug Rabson1998-07-051-1/+5
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-0445-496/+819
* Fix spelling error.John Polstra1998-07-041-2/+2
* Don't disable ^D in interactive mode.Brian Somers1998-07-041-2/+4
* Don't require context when there's only one linkBrian Somers1998-07-041-6/+8
* VOP_STRATEGY grows an (struct vnode *) argumentJulian Elischer1998-07-0435-166/+88
* Hmm, braino in last commit.Poul-Henning Kamp1998-07-042-8/+10
* Change the sign on a race-condition, so that instead of ending up severalPoul-Henning Kamp1998-07-042-16/+36
* Remove '???' because it generates an annoying message aboutSteve Price1998-07-041-2/+2
* MF22: check for null pointer.Jordan K. Hubbard1998-07-041-2/+6
* Make things clearer.Brian Somers1998-07-042-14/+98
* Version 2.0-beta becomes 2.0 :-)Brian Somers1998-07-041-3/+3
* Fix some strange errors of shutting transmitter up when startSemen Ustimenko1998-07-043-1182/+1153
* 6668/divert -> 8668/divert. IRC uses 6668.Brian Somers1998-07-041-2/+2
* Suggest port 8668 rather than 6668 for natd.Brian Somers1998-07-042-2/+2
* Fix bug from last commit: don't SEGV when reading as part of a pipe.Tim Vanderhoek1998-07-041-1/+1
* Don't use a struct buf (malloc'd) without first initialising all the fieldsJulian Elischer1998-07-041-1/+5
* Use '-e' when viewing helpfile.Tim Vanderhoek1998-07-031-1/+1
* Restored revs.1.89-1.90 which I somehow clobbered in rev.1.91.Bruce Evans1998-07-031-4/+4
* Sync timestamp changes for inodes of special files to disk as lateBruce Evans1998-07-038-29/+44
* Centralized in-core inode update. Update the in-core inode directlyBruce Evans1998-07-035-71/+33
* Only start checking carrier when the datalink state machineBrian Somers1998-07-032-12/+12
* Prevent recursive help)elp)elping.Tim Vanderhoek1998-07-031-1/+5
* Not so fast, that was one '0+' too many.Dag-Erling Smørgrav1998-07-032-4/+4
* Check for missing keyboard.Jordan K. Hubbard1998-07-031-0/+26
* Add entry for Dell Poweredge XE.Jordan K. Hubbard1998-07-031-0/+8
* Update M_EXT support in m_copypacket().Poul-Henning Kamp1998-07-031-3/+11
* fts_close calls free(sp), the ISSET(FTS_NOCHDIR) which is a macro thatPoul-Henning Kamp1998-07-032-6/+8
* Reset MNT_ASYNC flag if needed if unmount() should fail.David Greenman1998-07-032-2/+8
* When we transfer time from one timecounter to the next, use nanouptime(),Poul-Henning Kamp1998-07-022-8/+8
* Fix off by 1 error.Guido van Rooij1998-07-021-2/+2
* Add workaround to allow the FreeBSD boot block to work onBill Paul1998-07-021-1/+13
* Fix the N'th occurance of missed bits due to opt_???? mucking.Søren Schmidt1998-07-024-8/+20
* Add missing ')'..Søren Schmidt1998-07-021-2/+2
* Moved `#ifndef NFS_NOSERVER' after including nfs.h.KATO Takenori1998-07-022-4/+4
* Sync with sys/i386/conf/options.i386 revision 1.82.KATO Takenori1998-07-022-18/+16
* Sync with sys/i386/i386/machdep.c revision 1.302.KATO Takenori1998-07-022-4/+24
* Sync with sys/i386/boot/netboot/Makefile, bootmenu.c, main.c andKATO Takenori1998-07-024-12/+52
* Make sure the node count is an integer when mknod'ing pty, tty and vty.Dag-Erling Smørgrav1998-07-022-6/+6
* Remove out of date comment.Julian Elischer1998-07-021-4/+1
* Remove unused optionJulian Elischer1998-07-021-3/+1
* Remove the option to keep IPFW diversion backwards compatibleJulian Elischer1998-07-023-48/+5
* Fix argument reversal in example.Poul-Henning Kamp1998-07-021-1/+1
* /var/log/wtmp entries for ptys are treated differently in ac, sincePoul-Henning Kamp1998-07-021-3/+3
* o Be more careful about using sprintf and strcpy.Warner Losh1998-07-022-9/+10
* o typo: will -> withWarner Losh1998-07-021-1/+1
* o fix bug in conversion of DOS 32-bit signed number to FreeBSD's 64-bitWarner Losh1998-07-022-4/+4
* Kill printf accidentally committedWarner Losh1998-07-011-3/+1
* Make sourcer's main program execute in X mode.Warner Losh1998-07-017-61/+49
* Fixed missing options headers. Options that affect LKMs shouldn'tBruce Evans1998-07-012-6/+12