aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* When removing IN_RECURSE support during the Lite/2 merge, read/writeJohn Dyson1997-03-081-2/+2
* Remove unnecessary check for vp->v_mount being null. PointedJohn Dyson1997-03-071-2/+2
* Made set_controller_command_byte() less verbose. It used to print aKazutaka YOKOTA1997-03-072-12/+4
* Fix a bogon in pcvt that caused a characterset designation to not takeJoerg Wunsch1997-03-073-23/+23
* Fix the new (kbdio) keyboard layer to correctly work if PCVT_SCANSET == 2Joerg Wunsch1997-03-071-0/+8
* Fix (I hope) the NFS hole. This is only compile tested.Gary Palmer1997-03-071-2/+7
* Move pcvt towards using kbdio (finally!).Joerg Wunsch1997-03-065-8/+387
* Merge Jason Thorpe's updated changer stuff into the actual system.Joerg Wunsch1997-03-064-521/+1102
* Added missing i8251 code.KATO Takenori1997-03-062-18/+42
* improve pcibus_check: Only assume PCI if at least one PCI to anything bridgeStefan Eßer1997-03-056-36/+114
* Try a no-wait malloc first in clist_alloc_cblocks(). If this fails, thenBruce Evans1997-03-052-4/+14
* Made FPU stuff conditional on npx as well as I586_CPU.Bruce Evans1997-03-053-45/+54
* Synchronize with sys/i386/isa/clock.c revision 1.79.KATO Takenori1997-03-053-24/+48
* Added -mno-486 to CFLAGS to force smaller code in case someone compilesBruce Evans1997-03-051-1/+2
* make the netatalk output routine matcy the prtotype used in theJulian Elischer1997-03-054-4/+9
* Only print clock calibration messages if the system was booted with -v.Bruce Evans1997-03-055-40/+80
* add a bunch of comments to describe what's going on.Julian Elischer1997-03-051-16/+123
* Fixed splbio problems in vinvalbuf. Closes PR#2875, although fixedDavid Greenman1997-03-052-10/+10
* Supply the mount point given to mfs_mount when getting a vnode for theMike Smith1997-03-051-2/+2
* Check that vp->v_mount is non-null in fsync() before dereferencing it toMike Smith1997-03-052-4/+6
* Back out the patch to break up the clock probe lines. Instead, followGary Palmer1997-03-055-20/+20
* Fixed connection of vfs.ffs node to the sysctl tree.Bruce Evans1997-03-041-2/+2
* Attach vfs_sysctl() one level lower so that only the levels belowBruce Evans1997-03-043-23/+22
* Split the rather long and line-wrapping clock probe messages on boot.Gary Palmer1997-03-045-25/+25
* Fixed devfs code. Old code remained in pc98 tree.KATO Takenori1997-03-042-14/+48
* Synchronize with sys/i386/isa/syscons.c revision 1.205.KATO Takenori1997-03-041-8/+18
* Oops, fix typo.Andrey A. Chernov1997-03-031-2/+2
* Don't copy more than MAXLOGNAME bytes in getlogin() syscall,Andrey A. Chernov1997-03-031-3/+3
* Don't export kernel interfaces to applications. msdosfs_mount probablyBruce Evans1997-03-032-2/+18
* Fixed struct access bug and style bugs in previous revision. The sameBruce Evans1997-03-031-6/+7
* Removed unused flag IN_RECURSE and unused struct member i_lockcount.Bruce Evans1997-03-033-9/+3
* Removed useless setting of IN_RECURSE. The (anti) locking for this needsBruce Evans1997-03-033-25/+1
* Merged Lite2's vfs_sysctl(). It doesn't fit very well into FreeBSD'sBruce Evans1997-03-033-46/+101
* Fixed the getvfsbyname macro hack.Bruce Evans1997-03-031-3/+3
* Use MAXLOGNAME for stricter size check in setlogin() syscall instead ofAndrey A. Chernov1997-03-031-3/+3
* Use roundup(MAXLOGNAME, sizeof(long)) as e_login/s_login arrays sizeAndrey A. Chernov1997-03-033-7/+7
* Improved performance of hash algorithm while (hopefully) not reducingDavid Greenman1997-03-037-19/+22
* Bump MAXLOGNAME to 20 to really hold 16-bytes user names + NULAndrey A. Chernov1997-03-032-4/+4
* Restore MAXLOGNAME comment, but in slightly different formAndrey A. Chernov1997-03-031-3/+3
* Back out 1.21 change because MAXLOGNAME _not_ includes NUL character in BSDAndrey A. Chernov1997-03-021-4/+3
* Restored some pre-Lite2-merge source-level compatibility to the mount()Bruce Evans1997-03-023-31/+33
* This commit was generated by cvs2svn to compensate for changes in r23285,Peter Wemm1997-03-025-42/+68
|\
| * Import ipfilter 3.1.8 kernel componentsvendor/ipfilter-sys/ipfilter3_1_8Peter Wemm1997-03-025-42/+68
* | This commit was generated by cvs2svn to compensate for changes in r23282,Peter Wemm1997-03-0210-0/+4233
|\|
| * Replacement import of ipfilter 3.1.7 components used in kernel.vendor/ipfilter-sys/ipfilter3_1_7Peter Wemm1997-03-0210-0/+4233
* add the same fix to pcvt that I did to syscons. Make sure that the signalsJohn-Mark Gurney1997-03-021-3/+11
* Moved vfs sysctls to where Lite2 put them. No code changes yet.Bruce Evans1997-03-023-62/+117
* Remove an extraneous shift operation. The facility macros do alreadyJoerg Wunsch1997-03-021-2/+2
* make sure that the user supplied signals in struct vt_mode are actuallyJohn-Mark Gurney1997-03-013-24/+54
* Added some nfs #includes so that netboot compiles again. Lite2 made theBruce Evans1997-03-011-0/+2