summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* The page queues lock is no longer required by vm_page_io_start(). Reducealc2006-08-041-3/+3
* When sleeping on a busy page, use the lock from the containing objectalc2006-08-033-18/+15
* Use proper trap code for the EXC_ALI traps. This fixes SIGBUS duringsobomax2006-08-032-2/+2
* Report the correct function name in a DPRINTF.jb2006-08-031-3/+4
* Revert back changes to made in rev 1.109 of if_em.c which were unnecessary.pdeuskar2006-08-032-978/+978
* - Fix ncp_poll() to not panic if the socket doesn't have any pending data.jhb2006-08-032-17/+33
* Should vlan_input() ever be called with ifp pointing to a non-Ethernetyar2006-08-031-4/+5
* Back out rev. 1.107 because it introduced as many problemsyar2006-08-031-9/+15
* Merge in new driver from Intel, version 6.0.5. It adds support forglebius2006-08-036-803/+2792
* Regen.jb2006-08-032-469/+3254
* Generate another file called systrace_args.c. This will be compiledjb2006-08-031-7/+38
* Add fields to struct sysent to support the DTrace syscall provider calledjb2006-08-031-0/+16
* Add an option to enable KSE support.jb2006-08-031-0/+2
* When the volume is being downgraded from a read-write mode, markdelphij2006-08-031-0/+4
* Fix re(4) breakge introduced in tree from rev 1.68.yongari2006-08-031-6/+5
* Move destroying kqueue state from above pru_detach to below it inrwatson2006-08-021-2/+2
* Don't ignore errors from intr_event_add_handler().jhb2006-08-021-3/+1
* - Use m_getcl(), m_get(), and m_gethdr() rather than the older macros forjhb2006-08-021-37/+26
* Define the additional page fault error codes that are implemented by amd64.alc2006-08-021-0/+2
* Change two XXX's to two notes: the fact that SOCK_LOCK(so) ==rwatson2006-08-021-2/+2
* Remove call to soisdisconnected() in at_pcbdetach(): by the time therwatson2006-08-021-2/+0
* Move soisdisconnected() in tcp_discardcb() to one of its calling contexts,rwatson2006-08-022-24/+14
* Fix some bugs in the previous revision (1.419). Don't perform extrajhb2006-08-022-18/+8
* Do not leak memory while flushing rules.oleg2006-08-021-2/+3
* Remove now unneeded ENOTCONN clause from SOCK_DGRAM side of uipc_send():rwatson2006-08-021-5/+0
* Remove 'register'.rwatson2006-08-021-196/+135
* Don't include sys/thr.h and umtx.h in sys/sysproto.h, it is unnecessary.davidxu2006-08-021-3/+1
* don't include sys/thr.h and sys/umtx.h, it is unnecessary.davidxu2006-08-021-3/+0
* INT_MAX is defined in file sys/limits.h, include the file now.davidxu2006-08-021-0/+1
* Replace hard-coded magic constants to system defined constantsyongari2006-08-022-2/+2
* remove unneccessary null ptr checksam2006-08-021-2/+1
* remove unnecessary null ptr checksam2006-08-021-2/+1
* - Use the new bridgestp callback to once again flush our bridge routes when anthompsa2006-08-021-2/+38
* Tell bridgestp that we are about to free the memory so it can cleanup.thompsa2006-08-021-0/+3
* Fix style in the last commit, the variable declaration goes at the top of thethompsa2006-08-021-1/+2
* Add a callback so we can notify the parent bridge that a port state change hasthompsa2006-08-022-4/+43
* Fix incorrect busy check for PHY write operation.yongari2006-08-021-4/+2
* Be sure to disable the port when removing it from STP.thompsa2006-08-021-0/+2
* Move updated of 'numopensockets' from bottom of sodealloc() to the top,rwatson2006-08-021-3/+1
* Don't use f-word in comments. We are gentlemans.pjd2006-08-012-2/+2
* Fix two nits in the ps header that offset each other making them largelyjhb2006-08-011-6/+6
* Add device to access and modify Open Firmware NVRAM settings insobomax2006-08-016-0/+506
* Complete the transition from pmap_page_protect() to pmap_remove_write().alc2006-08-0113-296/+153
* In vlan_input(), if the network interface does not perform h/w basedqingli2006-08-011-15/+9
* Another small update to the re(4) driver:wpaul2006-08-012-23/+60
* Make system call modules a bit more robust:jhb2006-08-013-2/+13
* - Add a new function nfsrv_destroycache() to tear down the server requestjhb2006-08-013-3/+17
* Use TAILQ_FOREACH_SAFE() in a couple of places.jhb2006-08-012-5/+2
* Don't lock each of the processes while looking for a pid. The allproc andjhb2006-08-011-5/+1
* Some cosmetic tweaks:jhb2006-08-011-10/+10
OpenPOWER on IntegriCloud