| Commit message (Expand) | Author | Age | Files | Lines |
| * | When removing IN_RECURSE support during the Lite/2 merge, read/write | John Dyson | 1997-03-08 | 1 | -2/+2 |
| * | Remove unnecessary check for vp->v_mount being null. Pointed | John Dyson | 1997-03-07 | 1 | -2/+2 |
| * | Made set_controller_command_byte() less verbose. It used to print a | Kazutaka YOKOTA | 1997-03-07 | 2 | -12/+4 |
| * | Fix a bogon in pcvt that caused a characterset designation to not take | Joerg Wunsch | 1997-03-07 | 3 | -23/+23 |
| * | Fix the new (kbdio) keyboard layer to correctly work if PCVT_SCANSET == 2 | Joerg Wunsch | 1997-03-07 | 1 | -0/+8 |
| * | Fix (I hope) the NFS hole. This is only compile tested. | Gary Palmer | 1997-03-07 | 1 | -2/+7 |
| * | Move pcvt towards using kbdio (finally!). | Joerg Wunsch | 1997-03-06 | 5 | -8/+387 |
| * | Merge Jason Thorpe's updated changer stuff into the actual system. | Joerg Wunsch | 1997-03-06 | 4 | -521/+1102 |
| * | Added missing i8251 code. | KATO Takenori | 1997-03-06 | 2 | -18/+42 |
| * | improve pcibus_check: Only assume PCI if at least one PCI to anything bridge | Stefan Eßer | 1997-03-05 | 6 | -36/+114 |
| * | Try a no-wait malloc first in clist_alloc_cblocks(). If this fails, then | Bruce Evans | 1997-03-05 | 2 | -4/+14 |
| * | Made FPU stuff conditional on npx as well as I586_CPU. | Bruce Evans | 1997-03-05 | 3 | -45/+54 |
| * | Synchronize with sys/i386/isa/clock.c revision 1.79. | KATO Takenori | 1997-03-05 | 3 | -24/+48 |
| * | Added -mno-486 to CFLAGS to force smaller code in case someone compiles | Bruce Evans | 1997-03-05 | 1 | -1/+2 |
| * | make the netatalk output routine matcy the prtotype used in the | Julian Elischer | 1997-03-05 | 4 | -4/+9 |
| * | Only print clock calibration messages if the system was booted with -v. | Bruce Evans | 1997-03-05 | 5 | -40/+80 |
| * | add a bunch of comments to describe what's going on. | Julian Elischer | 1997-03-05 | 1 | -16/+123 |
| * | Fixed splbio problems in vinvalbuf. Closes PR#2875, although fixed | David Greenman | 1997-03-05 | 2 | -10/+10 |
| * | Supply the mount point given to mfs_mount when getting a vnode for the | Mike Smith | 1997-03-05 | 1 | -2/+2 |
| * | Check that vp->v_mount is non-null in fsync() before dereferencing it to | Mike Smith | 1997-03-05 | 2 | -4/+6 |
| * | Back out the patch to break up the clock probe lines. Instead, follow | Gary Palmer | 1997-03-05 | 5 | -20/+20 |
| * | Fixed connection of vfs.ffs node to the sysctl tree. | Bruce Evans | 1997-03-04 | 1 | -2/+2 |
| * | Attach vfs_sysctl() one level lower so that only the levels below | Bruce Evans | 1997-03-04 | 3 | -23/+22 |
| * | Split the rather long and line-wrapping clock probe messages on boot. | Gary Palmer | 1997-03-04 | 5 | -25/+25 |
| * | Fixed devfs code. Old code remained in pc98 tree. | KATO Takenori | 1997-03-04 | 2 | -14/+48 |
| * | Synchronize with sys/i386/isa/syscons.c revision 1.205. | KATO Takenori | 1997-03-04 | 1 | -8/+18 |
| * | Oops, fix typo. | Andrey A. Chernov | 1997-03-03 | 1 | -2/+2 |
| * | Don't copy more than MAXLOGNAME bytes in getlogin() syscall, | Andrey A. Chernov | 1997-03-03 | 1 | -3/+3 |
| * | Don't export kernel interfaces to applications. msdosfs_mount probably | Bruce Evans | 1997-03-03 | 2 | -2/+18 |
| * | Fixed struct access bug and style bugs in previous revision. The same | Bruce Evans | 1997-03-03 | 1 | -6/+7 |
| * | Removed unused flag IN_RECURSE and unused struct member i_lockcount. | Bruce Evans | 1997-03-03 | 3 | -9/+3 |
| * | Removed useless setting of IN_RECURSE. The (anti) locking for this needs | Bruce Evans | 1997-03-03 | 3 | -25/+1 |
| * | Merged Lite2's vfs_sysctl(). It doesn't fit very well into FreeBSD's | Bruce Evans | 1997-03-03 | 3 | -46/+101 |
| * | Fixed the getvfsbyname macro hack. | Bruce Evans | 1997-03-03 | 1 | -3/+3 |
| * | Use MAXLOGNAME for stricter size check in setlogin() syscall instead of | Andrey A. Chernov | 1997-03-03 | 1 | -3/+3 |
| * | Use roundup(MAXLOGNAME, sizeof(long)) as e_login/s_login arrays size | Andrey A. Chernov | 1997-03-03 | 3 | -7/+7 |
| * | Improved performance of hash algorithm while (hopefully) not reducing | David Greenman | 1997-03-03 | 7 | -19/+22 |
| * | Bump MAXLOGNAME to 20 to really hold 16-bytes user names + NUL | Andrey A. Chernov | 1997-03-03 | 2 | -4/+4 |
| * | Restore MAXLOGNAME comment, but in slightly different form | Andrey A. Chernov | 1997-03-03 | 1 | -3/+3 |
| * | Back out 1.21 change because MAXLOGNAME _not_ includes NUL character in BSD | Andrey A. Chernov | 1997-03-02 | 1 | -4/+3 |
| * | Restored some pre-Lite2-merge source-level compatibility to the mount() | Bruce Evans | 1997-03-02 | 3 | -31/+33 |
| * | This commit was generated by cvs2svn to compensate for changes in r23285, | Peter Wemm | 1997-03-02 | 5 | -42/+68 |
| |\ |
|
| | * | Import ipfilter 3.1.8 kernel componentsvendor/ipfilter-sys/ipfilter3_1_8 | Peter Wemm | 1997-03-02 | 5 | -42/+68 |
| * | | This commit was generated by cvs2svn to compensate for changes in r23282, | Peter Wemm | 1997-03-02 | 10 | -0/+4233 |
| |\| |
|
| | * | Replacement import of ipfilter 3.1.7 components used in kernel.vendor/ipfilter-sys/ipfilter3_1_7 | Peter Wemm | 1997-03-02 | 10 | -0/+4233 |
| * | add the same fix to pcvt that I did to syscons. Make sure that the signals | John-Mark Gurney | 1997-03-02 | 1 | -3/+11 |
| * | Moved vfs sysctls to where Lite2 put them. No code changes yet. | Bruce Evans | 1997-03-02 | 3 | -62/+117 |
| * | Remove an extraneous shift operation. The facility macros do already | Joerg Wunsch | 1997-03-02 | 1 | -2/+2 |
| * | make sure that the user supplied signals in struct vt_mode are actually | John-Mark Gurney | 1997-03-01 | 3 | -24/+54 |
| * | Added some nfs #includes so that netboot compiles again. Lite2 made the | Bruce Evans | 1997-03-01 | 1 | -0/+2 |