summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in previous commit:marcel2001-10-181-1/+1
* Add support for "__gnuc_va_list". Some overly "smart" libraries assumeobrien2001-10-185-5/+28
* Sync comments with i386.obrien2001-10-181-6/+6
* Minor comment tweaking.obrien2001-10-171-4/+4
* - Small cleanups to the Giant handling in trap().jhb2001-10-171-9/+17
* Small cleanups to the handling of Giant in trap().jhb2001-10-171-8/+5
* Add a SIOCGIFINDEX ioctl, which returns the index of a named interface.jlemon2001-10-173-0/+7
* Cleanup ifunit(), so it uses the dev_named() function to map an interfacejlemon2001-10-171-29/+11
* Add dev_named(dev, name), which is similar in spirit to devtoname().jlemon2001-10-173-0/+15
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.ru2001-10-1716-161/+206
* Change kern.bootfile when mv'ing the kernelbrian2001-10-175-0/+10
* Pull fix for memory leak in in6_losing() from netinet/in_pcb.c,v 1.85.ru2001-10-171-3/+2
* contigmalloc1() could cause the vm_page_zero_count to become incorrect.dillon2001-10-171-0/+2
* Use a array to convert from a attribute for AT to one for PC98.nyan2001-10-171-42/+38
* Merged from sys/boot/i386/libi386/vidconsole.c revisions 1.16, 1.17 and 1.18.nyan2001-10-171-164/+144
* fix style(9)nyan2001-10-171-175/+212
* Merged from sys/boot/i386/loader/Makefile revision 1.54.nyan2001-10-171-0/+7
* Change kern.bootfile when mv'ing the kernelbrian2001-10-171-0/+2
* Fixed to process a IPv6 packet when ah transport after esp tunnelume2001-10-171-3/+42
* The behavior of SPDUPDATE has been changed.ume2001-10-171-10/+6
* Bring in latest CSRG revisions to this file:ru2001-10-171-1/+9
* 64-bit fixes from CSRG.ru2001-10-172-4/+4
* Revision 1.32 corresponded to CSRG revision 8.2.ru2001-10-171-1/+1
* Revision 1.13 corresponded to CSRG revision 8.4.ru2001-10-171-1/+1
* Record the fact that revision 1.39 corresponded to CSRG revision 8.4,ru2001-10-171-1/+1
* Print 4 per line. To do this, we test against i % 16 == 0 rather than i % 4imp2001-10-171-1/+1
* ToPIC fixes. scale back what we do for functional interrupts becauseimp2001-10-171-1/+2
* Back out previous revision. TCBHASHSIZE isn't an option, despite what I'ddes2001-10-172-10/+0
* if_index is the highest interface index in the system, not the nextfenner2001-10-171-3/+3
* The interface index space may be sparsely populated (e.g. when anfenner2001-10-171-1/+2
* fix minor bug in kern.minvnodes sysctl. Use OID_AUTO.dillon2001-10-161-1/+1
* Make SCSI changer and SES devices standard in generic kernels.mjacob2001-10-166-0/+12
* Document TCBHASHSIZE.des2001-10-162-0/+10
* Deleted most of npxprobe(), and merged npxprobe1() back into npxprobe().bde2001-10-163-381/+147
* Commit my old fixes for cosmetic bugs in npxprobe() so that they aren'tbde2001-10-163-39/+24
* Fix bug introduced by the last commit, the caused some ATAPIsos2001-10-161-1/+1
* Size the number of pv_entries we use to bootstrap the pv_entry allocatordfr2001-10-161-5/+16
* Implement linux_chown and linux_lchown. The fchown syscall mapsmarcel2001-10-166-22/+52
* o Change prototype of linux_lchown and linux_chown so that themarcel2001-10-161-6/+5
* Don't use an uninitialized field reserved for callers in the bio structuretegge2001-10-151-3/+4
* Try to make Linux socket ioctls work. Up until now they've only *pretended*des2001-10-151-50/+281
* Explicitly initialize the fpu when SSE is enabled since this notegge2001-10-153-0/+15
* In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while Linuxdes2001-10-152-2/+2
* Set the interface speed back to zero, after ether_ifattach() set itfenner2001-10-151-0/+1
* Add a prototype for OF_alloc_phys.robert2001-10-151-0/+1
* Fix some warnings.robert2001-10-151-4/+4
* Add the FreeBSD/sparc64 boot loader source files.robert2001-10-153-0/+658
* catch forwarded ipv6 packets with pfil_hooks for outbound things toodarrenr2001-10-151-0/+34
* Add a hack to get around the fact that egcs 1.1.2 (which I'm using to buildbenno2001-10-151-0/+9
* Flesh out cpu_fork() and cpu_set_fork_handler(). This is a work in progress.benno2001-10-152-26/+122
OpenPOWER on IntegriCloud