summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Prepare to handle MAXUSERS as a normal option.bde1998-07-121-1/+2
* Sync with sys/i386/isa/wd.c revision 1.171.kato1998-07-111-4/+4
* Sync with sys/i386/isa/fd.c revision 1.116.kato1998-07-112-8/+8
* Sync with sys/i386/isa/diskslice_machdep.c revision 1.28.kato1998-07-112-6/+6
* Sync with sys/i386/i386/machdep.c revision 1.303.kato1998-07-112-10/+12
* Moved definition of fscale from param.c to kern_synch.c where itbde1998-07-113-13/+7
* Fixed printf format errors.bde1998-07-112-246/+226
* Fixed printf format errors.bde1998-07-111-2/+2
* Fixed printf format errors.bde1998-07-113-12/+20
* Fixed printf format errors.bde1998-07-112-6/+6
* Fixed printf format errors.bde1998-07-111-3/+4
* Fixed printf format errors.bde1998-07-112-12/+13
* Fixed printf format errors.bde1998-07-111-5/+5
* Don't disable pmap_setdevram() which isn't called, but which could be,phk1998-07-112-4/+6
* Improve a couple of comment.phk1998-07-112-12/+14
* Fixed printf format errors.bde1998-07-1149-305/+369
* Don't pretend to support ix86's with 7-bit ints by using longs just tobde1998-07-115-16/+16
* Don't pretend to support ix86's with 16-bit ints by using longs just tobde1998-07-114-38/+36
* Don't pretend to support ix86's with 16-bit ints by using longsbde1998-07-112-64/+64
* Add ipforward optionjulian1998-07-113-6/+6
* Don't pretend to support ix86's with 16-bit ints by using longs justbde1998-07-111-15/+15
* Quick and dirty support for Linux's mremap. Not used by anythingjkh1998-07-107-7/+79
* Removed no longer valid comment about swb_block being int instead ofalex1998-07-101-2/+2
* Removed unnecessary test from if/else construct.alex1998-07-101-2/+2
* Oops, fptrint_t still needs to be declared in <machine/profile.h> in thebde1998-07-102-2/+12
* Oops, forgot to modify the pointer-int typedefs from the i386 version.bde1998-07-101-3/+3
* Added a kernel-only typedef (ptrint_t) giving an integral type that isbde1998-07-104-10/+16
* Add code missed in the initial Soft updates integration.julian1998-07-101-1/+16
* Slight optimisation. Don't do the same calculation twice.julian1998-07-091-17/+14
* Don't update superblock if mounted readonly,julian1998-07-081-8/+15
* Oops, I broke netboot.kato1998-07-082-20/+21
* Use not-so-new printf formats %r and/or %z instead of %n and/or %+x.bde1998-07-089-44/+44
* Fixed (un)sign extension bugs in %+n format. -4 becamebde1998-07-081-7/+16
* Fixed bogus type of valuep in struct db_variable. It was `int *' andbde1998-07-0810-56/+57
* Sync with sys/i386/isa/syscons.c revision 1.265.kato1998-07-081-2/+21
* Sync with sys/i386/boot/netboot/Makefile revision 1.19.kato1998-07-081-6/+9
* When not acting as a router (ipforwarding=0), silently discard sourcedg1998-07-081-10/+21
* Fixed db_printf format errors.bde1998-07-085-19/+18
* Add support for run-time configuration of core file names. In a nutshell,sef1998-07-081-5/+93
* Fixed db_printf format errors (except for ones using broken extensionsbde1998-07-081-7/+7
* Merge changes from vendor branch.peter1998-07-082-4/+22
* Catch a few corner cases where FreeBSD differs enough from BSD 4.4 tojulian1998-07-084-9/+15
* Add definitions for PT_LOPROC and PT_HIPROC.jdp1998-07-072-2/+8
* Changed `#if defined(i386)' to `#ifdef __i386__'.bde1998-07-071-2/+2
* Don't depend on gcc's feature of casting lvalues.bde1998-07-072-6/+8
* Don't assume that longs are 32 bits in struct dos_partition.bde1998-07-073-9/+9
* Quick fix for type mismatches which were fatal if longs aren't 32bde1998-07-072-10/+10
* Added a `build-tools' target for internal tools.bde1998-07-071-7/+10
* Finished previous fix - don't forget to add one dummy options headerbde1998-07-073-39/+30
* Added a `build-tools' target for internal tools. (linux_genassym maybde1998-07-071-2/+4
OpenPOWER on IntegriCloud