summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Regen.jb2006-08-030-0/+0
* 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
* In DCE 1.1, the time_low value is defined as an unsigned 32-bitdelphij2006-08-031-5/+15
* Alphabetical order is probably better.jb2006-08-031-2/+2
* Add the library directory where DTrace library scripts live.jb2006-08-031-0/+2
* 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
* Remove remnants of Alpha.marcel2006-08-022-16/+0
* Remove remnants of Alpha.marcel2006-08-024-475/+0
* 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
* Fix doxygen target.netchild2006-08-021-1/+1
* Fix build when .CURDIR != .OBJDIR.netchild2006-08-021-0/+3
* 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
* Add a new command-line option, -P, which allows the user to specifybms2006-08-022-11/+27
* Block a variety of signals which may afffect reboot(8), before killingbms2006-08-021-2/+15
* Remove 'register'.rwatson2006-08-021-196/+135
* Block SIGHUP before killing init(8), to avoid a race condition which maybms2006-08-021-3/+3
* Regenerate.davidxu2006-08-020-0/+0
* 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
* Cleanup and add our standard SYNOPSIS section.brueffer2006-08-021-4/+16
* 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
* Document the log_stp variable.thompsa2006-08-021-0/+6
* - 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-0114-1/+929
* 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
OpenPOWER on IntegriCloud