summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Build libthread_db on PowerPC.marcel2006-08-041-1/+1
* Add stub functions. This allows libthread_db to be built and installed,marcel2006-08-042-0/+106
* Dont overwrite cpu_model in the case of Via's C3-CPU.mr2006-08-041-1/+2
* In symlook_obj(): fix _rtld_error output.delphij2006-08-041-2/+2
* Turn off by default "feature" that overwrites MAC addressglebius2006-08-041-1/+0
* Check if the filedes of kevent is expected one. Though ourume2006-08-041-0/+4
* Remove useless NULL pointer check: we are using M_WAITOK flag for memoryoleg2006-08-041-4/+0
* _close() should be called instead of close() here.ume2006-08-041-2/+6
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-0426-28/+28
* Use floating point instead of hacking something together. Suggested bynjl2006-08-041-10/+8
* Improve quoting of the S1-S5 states. Suggested by yar@.njl2006-08-041-17/+47
* 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
* Update document date.bms2006-08-031-1/+1
* 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
* Add the DTrace library script directory.jb2006-08-031-0/+2
* Not allowed to use tabs. The rule that proves the rule. Heh.jb2006-08-031-2/+2
* Regen.jb2006-08-032-469/+3254
* 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
OpenPOWER on IntegriCloud