summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't assume that hp->h_lenght == 4. Be conservative in its use.imp1998-06-096-31/+45
* o Use snprintf rather than sprintf.imp1998-06-093-11/+12
* Use mkstemp rather than mktemp for yacc's temp files. This change was madeimp1998-06-091-7/+20
* o Use snprintf rather than sprintfimp1998-06-098-23/+32
* o Use snprintf over sprintf.imp1998-06-092-13/+17
* Make sure we pass the length - 1 to readlink, since it adds its ownimp1998-06-092-4/+4
* $@ is deprecated, use ${.TARGET} instead. Ditto for other single characterimp1998-06-094-9/+9
* Make sure we don't overflow the path buffer. Exit if we do.imp1998-06-091-2/+4
* Make sure we pass the length - 1 to readlink, since it adds its ownimp1998-06-093-10/+8
* Updated generated files.bde1998-06-096-34/+3
* Don't generate COMPAT_43 cruft if there are no COMPAT_43 syscalls.bde1998-06-091-12/+18
* Include "opt_compat.h" explicitly instead of depending onbde1998-06-092-4/+4
* Fixed `make depend', which I broke here about a month ago by movingbde1998-06-092-4/+6
* The version of the softdep changes in FreeBSD broke thejulian1998-06-081-4/+7
* - Added entry for Xircon CreditCard Modem.nate1998-06-082-2/+16
* My previous change could conceivably succeed at removing CHROOTDIR.jdp1998-06-081-2/+2
* Don't let ifunit() modify the string passed as an argument.julian1998-06-081-16/+26
* Correct ``set server'' usage and add mention that ``set ns'' changedbrian1998-06-082-4/+5
* Remove some junk left over from a previous commit.dyson1998-06-082-12/+2
* Print the write counts if they are nonzero even if we're mountedbde1998-06-082-8/+6
* Updated generated files.bde1998-06-088-807/+807
* Fixed some style bugs in output (missing tabs and unparenthesized macros).bde1998-06-081-31/+30
* Add LIB_SPEC (same as on i386) so that gcc knows about libc_r.jb1998-06-081-0/+4
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-0821-187/+187
* Fix more of my DDB breakage.dfr1998-06-082-6/+6
* Fix a typo which prevented i386 elf from working at all (including Linuxdfr1998-06-081-2/+2
* Correct even more ioctl breakage :(sos1998-06-089-9/+9
* Sync with sys/i386/isa/clock.c revision 1.123.kato1998-06-083-3/+9
* Merge 64bit portability fixes from sys/i386 stuff.kato1998-06-0814-37/+37
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-081-39/+39
* Make DDB work again after I broke it :-(.dfr1998-06-083-6/+6
* Add rcsid, remove unused #includes. Use err(3).charnier1998-06-081-22/+22
* Fix spelling in printf().jkoshy1998-06-082-4/+4
* Use warnx()+fprintf() to handle multi-line messages. Correct K&R support andcharnier1998-06-082-24/+20
* Updated yet another ioctl, and put wst in LINT to inhibit further bitrot.bde1998-06-085-7/+16
* Spelling fixes.jkoshy1998-06-0832-76/+76
* ip_fil.h has 9 separate declarations of iplioctl() in a disgustingbde1998-06-084-10/+16
* Reword to remove confusion between su(1)'s "-c" option and that of the shelljkoshy1998-06-081-9/+16
* Disable attempted write combining support. This probablydyson1998-06-081-1/+3
* Fixed an ioctl which grew overnight.bde1998-06-081-2/+2
* Backed out previous commit, which just consisted of a 1-byte editingbde1998-06-081-2/+2
* Fixed missing ifdefs and disordering in previous commit.bde1998-06-081-2/+6
* Fixed ifdef bogotification in previous commit.bde1998-06-081-7/+2
* Fix typo: exit -> existdanny1998-06-081-2/+2
* Speed up the cleaning of CHROOTDIR by almost a factor of two, byjdp1998-06-071-1/+4
* Add a member function more to the timecounters, this one is for usephk1998-06-0710-20/+89
* Fix another DEVFS/SLICE ioctl.dfr1998-06-071-2/+2
* This is a prototype implementation of the draft-mogul-pps-api-##.txtphk1998-06-075-53/+218
* Fix some more ioctls which I missed becausese they were hidden by optionsdfr1998-06-077-16/+16
* Fix the retyping of the ioctl cmd parm from int to u_long.sos1998-06-071-2/+2
OpenPOWER on IntegriCloud