aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Minor comment tweaking.David E. O'Brien2001-10-171-4/+4
* - Small cleanups to the Giant handling in trap().John Baldwin2001-10-171-9/+17
* Small cleanups to the handling of Giant in trap().John Baldwin2001-10-171-8/+5
* Add a SIOCGIFINDEX ioctl, which returns the index of a named interface.Jonathan Lemon2001-10-173-0/+7
* Cleanup ifunit(), so it uses the dev_named() function to map an interfaceJonathan Lemon2001-10-171-29/+11
* Add dev_named(dev, name), which is similar in spirit to devtoname().Jonathan Lemon2001-10-173-0/+15
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.Ruslan Ermilov2001-10-1716-161/+206
* Change kern.bootfile when mv'ing the kernelBrian Somers2001-10-175-0/+10
* Pull fix for memory leak in in6_losing() from netinet/in_pcb.c,v 1.85.Ruslan Ermilov2001-10-171-3/+2
* contigmalloc1() could cause the vm_page_zero_count to become incorrect.Matthew Dillon2001-10-171-0/+2
* Use a array to convert from a attribute for AT to one for PC98.Yoshihiro Takahashi2001-10-171-42/+38
* Merged from sys/boot/i386/libi386/vidconsole.c revisions 1.16, 1.17 and 1.18.Yoshihiro Takahashi2001-10-171-164/+144
* fix style(9)Yoshihiro Takahashi2001-10-171-174/+211
* Merged from sys/boot/i386/loader/Makefile revision 1.54.Yoshihiro Takahashi2001-10-171-0/+7
* Change kern.bootfile when mv'ing the kernelBrian Somers2001-10-171-0/+2
* Fixed to process a IPv6 packet when ah transport after esp tunnelHajimu UMEMOTO2001-10-171-3/+42
* The behavior of SPDUPDATE has been changed.Hajimu UMEMOTO2001-10-171-10/+6
* Bring in latest CSRG revisions to this file:Ruslan Ermilov2001-10-171-1/+9
* 64-bit fixes from CSRG.Ruslan Ermilov2001-10-172-4/+4
* Revision 1.32 corresponded to CSRG revision 8.2.Ruslan Ermilov2001-10-171-1/+1
* Revision 1.13 corresponded to CSRG revision 8.4.Ruslan Ermilov2001-10-171-1/+1
* Record the fact that revision 1.39 corresponded to CSRG revision 8.4,Ruslan Ermilov2001-10-171-1/+1
* Print 4 per line. To do this, we test against i % 16 == 0 rather than i % 4Warner Losh2001-10-171-1/+1
* ToPIC fixes. scale back what we do for functional interrupts becauseWarner Losh2001-10-171-1/+2
* Back out previous revision. TCBHASHSIZE isn't an option, despite what I'dDag-Erling Smørgrav2001-10-172-10/+0
* if_index is the highest interface index in the system, not the nextBill Fenner2001-10-171-3/+3
* The interface index space may be sparsely populated (e.g. when anBill Fenner2001-10-171-1/+2
* fix minor bug in kern.minvnodes sysctl. Use OID_AUTO.Matthew Dillon2001-10-161-1/+1
* Make SCSI changer and SES devices standard in generic kernels.Matt Jacob2001-10-166-0/+12
* Document TCBHASHSIZE.Dag-Erling Smørgrav2001-10-162-0/+10
* Deleted most of npxprobe(), and merged npxprobe1() back into npxprobe().Bruce Evans2001-10-163-381/+147
* Commit my old fixes for cosmetic bugs in npxprobe() so that they aren'tBruce Evans2001-10-163-39/+24
* Fix bug introduced by the last commit, the caused some ATAPISøren Schmidt2001-10-161-1/+1
* Size the number of pv_entries we use to bootstrap the pv_entry allocatorDoug Rabson2001-10-161-5/+16
* Implement linux_chown and linux_lchown. The fchown syscall mapsMarcel Moolenaar2001-10-166-22/+52
* o Change prototype of linux_lchown and linux_chown so that theMarcel Moolenaar2001-10-161-6/+5
* Don't use an uninitialized field reserved for callers in the bio structureTor Egge2001-10-151-3/+4
* Try to make Linux socket ioctls work. Up until now they've only *pretended*Dag-Erling Smørgrav2001-10-151-50/+281
* Explicitly initialize the fpu when SSE is enabled since this noTor Egge2001-10-153-0/+15
* In FreeBSD's ifreq, ifr_ifru.ifru_flags is an array of two chars, while LinuxDag-Erling Smørgrav2001-10-152-2/+2
* Set the interface speed back to zero, after ether_ifattach() set itBill Fenner2001-10-151-0/+1
* Add a prototype for OF_alloc_phys.Robert Drehmel2001-10-151-0/+1
* Fix some warnings.Robert Drehmel2001-10-151-4/+4
* Add the FreeBSD/sparc64 boot loader source files.Robert Drehmel2001-10-153-0/+658
* catch forwarded ipv6 packets with pfil_hooks for outbound things tooDarren Reed2001-10-151-0/+34
* Add a hack to get around the fact that egcs 1.1.2 (which I'm using to buildBenno Rice2001-10-151-0/+9
* Flesh out cpu_fork() and cpu_set_fork_handler(). This is a work in progress.Benno Rice2001-10-152-26/+122
* - Correct the type of the argument to delay() so as to not conflict withBenno Rice2001-10-153-3/+4
* Make the ofw_reg structure and ofw_alloc_heap 64-bit save.Robert Drehmel2001-10-152-4/+4
* Add a Makefile for the sparc64 boot loader.Robert Drehmel2001-10-151-0/+76