summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant check for vp == dvp (done in VFS before calling).phk1997-05-175-43/+6
* Synchronize with sys/i386/isa/syscons.c and sys/i386/isa/syscons.hkato1997-05-172-22/+37
* Removed some useless code:bde1997-05-162-24/+2
* Ignore the supplied nfs_diskless structure from the bootstrap loadertegge1997-05-153-3/+9
* Update netboot manual page.tegge1997-05-152-53/+64
* 1) font loading (two fixes)yokota1997-05-156-66/+111
* Don't send arp request for the ip address 0.0.0.0.tegge1997-05-141-3/+4
* Bring in some improved bootp support for netboot submitted by Luigi:tegge1997-05-148-87/+213
* Use same syntax as netboot for root and swap mounts.tegge1997-05-142-326/+310
* First cut at patches to make appletalk compile againjulian1997-05-135-222/+378
* Check the B_CLUSTER flag when choosing whether to use unstable or filesyncdfr1997-05-132-4/+4
* Don't keep addresses in mbuf chains. This should simplify the next rounddfr1997-05-1312-123/+183
* struct timespec needs to be useable with just <time.h>, but needs to notpeter1997-05-132-8/+8
* Add ${CFLAGS} to makerom command line. Note: don't add ${LDFLAGS} here,asami1997-05-131-2/+2
* save/restore %ebx, %esi and %edi when calling bios routines.tegge1997-05-121-12/+38
* Use the old nfs arguments in the nfs_diskless structure, to betegge1997-05-124-102/+116
* Synchronize with sys/i386/i386/machdep.c revision 1.241.kato1997-05-122-8/+16
* - fixed typoandreas1997-05-111-2/+5
* Bring in some kernel bootp support. This removes the need for netboottegge1997-05-1117-38/+4023
* Make nc_flag and nc_nlen unsigned.phk1997-05-111-3/+3
* Fixed initialization of ldt[]. Unused entries were garbage. A commentbde1997-05-112-8/+16
* Make sppp's logging human-readable. Also, use log(9), as opposed tojoerg1997-05-111-134/+262
* Documented SMP_AUTOSTART to be working.fsmp1997-05-103-6/+12
* Implement a separate control for write gathering on NFSv3. This is turneddfr1997-05-105-10/+38
* Fix a nasty hang connected with write gathering. Also add debug printdfr1997-05-1012-44/+156
* Add the D_DISK flag to the cdevsw structs of various CD-ROM drivers.joerg1997-05-106-12/+12
* Fixes from Bruce:peter1997-05-101-59/+64
* Remove IPXPRINTFS, it is now a sysctl knob.jhay1997-05-103-9/+3
* Use the MAC address of an interface for the host part of an IPX addressjhay1997-05-102-6/+30
* Mega IPX commit.jhay1997-05-1021-587/+861
* forgot to add the "longer" description of bktr and add an example devicejmg1997-05-103-3/+15
* add a line for bktr (Bt848 base capture cards) to LINT.jmg1997-05-103-3/+6
* Add a DDB command `show buffer', to display a struct buf. It's impossiblejoerg1997-05-101-1/+30
* Cleaned up #includes. Lite2 cleaned up <sys/mount.h> so no kludgesbde1997-05-102-30/+22
* Pay attention to what Bruce actually saysbrian1997-05-101-5/+2
* Don't require that it_interval be valid ifbrian1997-05-101-2/+5
* Prevent a mapped root which appears on the server as e.g. nobody fromdfr1997-05-092-6/+94
* Fix memory leak caused by the fact that the directory offset cookies anddfr1997-05-092-8/+8
* merge ATM driverkjc1997-05-097-6/+80
* Fatal trap 13: Brain fault, commit botched.peter1997-05-091-2/+2
* This commit was generated by cvs2svn to compensate for changes in r25605,kjc1997-05-091-0/+822
|\
| * import Chuck Cranor's ATM driverkjc1997-05-091-0/+822
* | This commit was generated by cvs2svn to compensate for changes in r25603,kjc1997-05-0911-0/+5398
|\ \ | |/
| * import Chuck Cranor's ATM driverkjc1997-05-0911-0/+5398
* import Chuck Cranor's ATM driverkjc1997-05-091-0/+348
* Bandaid old register offset code after md_regs changed type..peter1997-05-091-2/+2
* Implementation of posix-style clock_* and nanosleep syscalls as implementedpeter1997-05-081-33/+215
* regeneratepeter1997-05-085-30/+64
* oops. NODIDE -> NOHIDEpeter1997-05-081-2/+2
* Define entries for the posix-style clock/timer syscalls includingpeter1997-05-081-14/+26
OpenPOWER on IntegriCloud