summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Rip out the totally bogos vnode swapdev_vp with extreeme prejudice.phk2003-08-061-52/+11
* Don't drop giant around ->d_strategy(), too much code explodes.phk2003-08-061-3/+3
* Bump __FreeBSD_version for 3ware APIps2003-08-051-1/+1
* Don't use pessimal (u_short) types for i/o ports. This is mainly forbde2003-08-054-5/+5
* Properly support the 3ware generic API.ps2003-08-057-96/+190
* o Put the syscall return registers in the context. Not only do wemarcel2003-08-051-6/+50
* * makes mfc[MFCTBLSIZ] and vif[MAXVIFS] tables accessible viahsu2003-08-051-9/+24
* When adding a channel for INET failed at the device level (ioctl) theharti2003-08-051-2/+4
* introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfo structure toume2003-08-053-1/+14
* Make this file to conform more to style(9) before really touching it.harti2003-08-051-39/+19
* Define a flag for asynchronuous VC open/close operations as usedharti2003-08-051-1/+2
* Implement per-VC statistics.harti2003-08-051-1/+8
* Implement the ATMIOCOPENVCC and ATMIOCCLOSEVCC ioctls(). This was theharti2003-08-053-37/+86
* Use the generic getvccs function from net/if_atmsubr.c and removeharti2003-08-051-54/+4
* Arrghhh. Remove debugging printf's that slipped in in the pre-previousharti2003-08-051-11/+1
* Use __FBSDID() as per style(9).harti2003-08-051-2/+2
* kse.h is not needed for these files.davidxu2003-08-052-2/+0
* Make the en(4) driver more like the other ATM drivers. This is theharti2003-08-053-247/+348
* Introduce a thread mailbox flag TMF_NOUPCALL. On some architectures otherdavidxu2003-08-053-14/+40
* Fix asm string newlines to keep gcc3.3 happy. Use register prefixesgrehan2003-08-052-108/+108
* Move the clearing of the IFF_RUNNING flag into the reset routine.harti2003-08-051-1/+2
* Change gcc-specific aggregate initialization member specifiersdds2003-08-052-12/+12
* Remove extraneous semicolons. They are already provided bydds2003-08-051-4/+4
* add support for using kqueue to watch bpf sockets.jmg2003-08-052-9/+77
* Use sparse struct initialization for struct pagerops.phk2003-08-052-260/+12
* Change the implementation of swap backing to use the VM system in normalphk2003-08-051-23/+59
* Use sparse struct initializations for struct pagerops.phk2003-08-055-53/+28
* Only drop Giant around the drivers ->d_strategy() if the buffer is notphk2003-08-051-1/+1
* Add a B_KEEPGIANT flag so non-SMPng code can get preferential treatment.phk2003-08-051-1/+1
* Change device name notation.simokawa2003-08-054-54/+141
* Enable IFCAP_VLAN_MTU and increase MTU for it.simokawa2003-08-052-4/+6
* Make the second argument to sooptcopyout() constant in order tohsu2003-08-052-5/+2
* In the mknod(), mkfifo(), link(), symlink() and undelete() syscalls,iedowse2003-08-052-10/+46
* In _bus_dmamap_load_buffer(), only count the number of bounce pages needed ifscottl2003-08-042-2/+4
* Fix logic bug in the previous commit. Any region less than 5 is amarcel2003-08-041-1/+1
* Do some minor Giant pushdown made possible by copyin, fget, fdrop,dwmalone2003-08-042-19/+14
* Adjust a comment to remove staleness and take slightly less implementationjhb2003-08-041-6/+2
* - GC unused cpu_thread_link().jhb2003-08-043-18/+1
* - Since td_critnest is now initialized in MI code, it doesn't have to bejhb2003-08-0410-66/+0
* Set td_critnest to 1 when setting up a thread since it is a MI field withjhb2003-08-043-1/+3
* Insert cosmetic spaces.jhb2003-08-041-2/+2
* Allow foot shooting as Linux emulation needs it.julian2003-08-042-4/+5
* Add support for multiple CPUs to cpuinfo.des2003-08-041-8/+18
* Put an uncovered page between the swap devices, that way we can be surephk2003-08-041-32/+23
* Set the BGE_RX_MTU register correctly so that we can receive slightlywpaul2003-08-041-1/+1
* - Don't mess with TX queue in fwohci_stop() if we failed to attach the device.simokawa2003-08-042-7/+14
* Cleanup the clock code. This includes:marcel2003-08-048-459/+174
* Use kmem_alloc_nofault() instead of kmem_alloc_pageable() to allocatealc2003-08-041-1/+1
* Now that the central POSIX.1e ACL code implements functions torwatson2003-08-043-88/+13
* fix disordering of filenames. Place the dev/ppc files in alphabeticalimp2003-08-043-4/+5
OpenPOWER on IntegriCloud