summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Try a no-wait malloc first in clist_alloc_cblocks(). If this fails, thenbde1997-03-052-4/+14
* Made FPU stuff conditional on npx as well as I586_CPU.bde1997-03-053-45/+54
* Synchronize with sys/i386/isa/clock.c revision 1.79.kato1997-03-053-24/+48
* Added -mno-486 to CFLAGS to force smaller code in case someone compilesbde1997-03-051-1/+2
* make the netatalk output routine matcy the prtotype used in thejulian1997-03-054-4/+9
* Only print clock calibration messages if the system was booted with -v.bde1997-03-055-40/+80
* add a bunch of comments to describe what's going on.julian1997-03-051-16/+123
* Fixed splbio problems in vinvalbuf. Closes PR#2875, although fixeddg1997-03-052-10/+10
* Supply the mount point given to mfs_mount when getting a vnode for themsmith1997-03-051-2/+2
* Check that vp->v_mount is non-null in fsync() before dereferencing it tomsmith1997-03-052-4/+6
* Back out the patch to break up the clock probe lines. Instead, followgpalmer1997-03-055-20/+20
* Fixed connection of vfs.ffs node to the sysctl tree.bde1997-03-041-2/+2
* Attach vfs_sysctl() one level lower so that only the levels belowbde1997-03-043-23/+22
* Split the rather long and line-wrapping clock probe messages on boot.gpalmer1997-03-045-25/+25
* Fixed devfs code. Old code remained in pc98 tree.kato1997-03-042-14/+48
* Synchronize with sys/i386/isa/syscons.c revision 1.205.kato1997-03-041-8/+18
* Oops, fix typo.ache1997-03-031-2/+2
* Don't copy more than MAXLOGNAME bytes in getlogin() syscall,ache1997-03-031-3/+3
* Don't export kernel interfaces to applications. msdosfs_mount probablybde1997-03-032-2/+18
* Fixed struct access bug and style bugs in previous revision. The samebde1997-03-031-6/+7
* Removed unused flag IN_RECURSE and unused struct member i_lockcount.bde1997-03-033-9/+3
* Removed useless setting of IN_RECURSE. The (anti) locking for this needsbde1997-03-033-25/+1
* Merged Lite2's vfs_sysctl(). It doesn't fit very well into FreeBSD'sbde1997-03-033-46/+101
* Fixed the getvfsbyname macro hack.bde1997-03-031-3/+3
* Use MAXLOGNAME for stricter size check in setlogin() syscall instead ofache1997-03-031-3/+3
* Use roundup(MAXLOGNAME, sizeof(long)) as e_login/s_login arrays sizeache1997-03-033-7/+7
* Improved performance of hash algorithm while (hopefully) not reducingdg1997-03-037-19/+22
* Bump MAXLOGNAME to 20 to really hold 16-bytes user names + NULache1997-03-032-4/+4
* Restore MAXLOGNAME comment, but in slightly different formache1997-03-031-3/+3
* Back out 1.21 change because MAXLOGNAME _not_ includes NUL character in BSDache1997-03-021-4/+3
* Restored some pre-Lite2-merge source-level compatibility to the mount()bde1997-03-023-31/+33
*-. This commit was generated by cvs2svn to compensate for changes in r23285,peter1997-03-0210-84/+136
|\ \
| | * Import ipfilter 3.1.8 kernel componentspeter1997-03-025-42/+68
| * | Import ipfilter 3.1.8 kernel componentspeter1997-03-025-42/+68
| | |
| \ \
*-. \ \ This commit was generated by cvs2svn to compensate for changes in r23282,peter1997-03-0220-0/+8466
|\ \ \ \ | | |/ / | |/| / | | |/
| | * Replacement import of ipfilter 3.1.7 components used in kernel.peter1997-03-0210-0/+4233
| * Replacement import of ipfilter 3.1.7 components used in kernel.peter1997-03-0210-0/+4233
* add the same fix to pcvt that I did to syscons. Make sure that the signalsjmg1997-03-021-3/+11
* Moved vfs sysctls to where Lite2 put them. No code changes yet.bde1997-03-023-62/+117
* Remove an extraneous shift operation. The facility macros do alreadyjoerg1997-03-021-2/+2
* make sure that the user supplied signals in struct vt_mode are actuallyjmg1997-03-013-24/+54
* Added some nfs #includes so that netboot compiles again. Lite2 made thebde1997-03-011-0/+2
* Include copyright message from <sys/copyright.h>wosch1997-03-011-19/+2
* Synchronize with sys/i386/conf/options.i386 revision 1.36.kato1997-03-012-4/+2
* Synchronize with sys/i386/isa/syscons.c up to revision 1.204.kato1997-03-011-7/+6
* When we perform an "automatic request sense", we issue an untagged command.gibbs1997-03-011-5/+44
* Add missing #include <machine/segments.h> for ISPL and SEL_UPL macrosache1997-03-012-2/+4
* Copyright macros and FreeBSD copyright definition.wosch1997-02-281-0/+57
* Fix a comment and some commented-out code in ip_mloopback tofenner1997-02-281-11/+10
* Fixed a panic in nfs_writevp(). Lite2 provided a fix for a sillybde1997-02-282-10/+4
OpenPOWER on IntegriCloud