summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Comment out mqfs_create_link. Inline some small functions.davidxu2005-12-091-4/+4
* Now SIGCHLD is always queued.davidxu2005-12-091-14/+4
* Cleanup sigqueue sysctl.davidxu2005-12-091-6/+2
* - Allow to specify the byte which will be used for filling read buffer.pjd2005-12-081-4/+7
* Teach NOP GEOM class how to gather the following statistics:pjd2005-12-082-3/+74
* Careful measurement of the ST Labs card shows that the pulse width ofimp2005-12-081-1/+1
* Regen for futimes.ambrisko2005-12-084-3/+8
* Add 32bit version of futimes so untar doesn't result in bad datesambrisko2005-12-082-1/+24
* Add support for 7320 and 915 PCIe chipsets.rodrigc2005-12-081-7/+11
* Whitespace: reduce diffs with amd64.jhb2005-12-081-2/+1
* MFi386:jhb2005-12-0813-186/+101
* A big rewrite of receive Jumbo frame handling. Remove the local Jumboglebius2005-12-082-248/+75
* Suppress logging about unimplemented syscalls to one time per process. Thisglebius2005-12-081-9/+7
* 1) fix tiny bug in bge_start_locked()oleg2005-12-082-106/+116
* Add an API for jumbo mbuf cluster allocation and also provideandre2005-12-084-6/+113
* Switch MACHINE to "pc98" on FreeBSD/pc98.nyan2005-12-081-2/+27
* o Remove SI_KERNEL until I really implemented it.davidxu2005-12-081-1/+1
* the response NS to a DAD NS was not sent correctly due to theume2005-12-081-5/+5
* In devfs_first(), set mp->mnt_opt to a valid empty list of mount optionsrodrigc2005-12-081-0/+5
* Add "errmsg" to list of global mount options.rodrigc2005-12-081-0/+1
* Reorder the calling of the completion callback and the transferiedowse2005-12-081-10/+14
* Do not accept an empty bpf program.jkim2005-12-081-0/+3
* Fix build without BPF_JITTER option.jkim2005-12-071-1/+3
* Add BPF Just-In-Time compiler support for ng_bpf(4).jkim2005-12-079-13/+41
* Add support for the nVidia nForce MCP12 & MCP13 Networking Adapters.obrien2005-12-072-0/+6
* Catch up to the nvenetlib 1.0-0310 import.obrien2005-12-072-4/+6
* This commit was generated by cvs2svn to compensate for changes in r153200,obrien2005-12-074-630/+671
|\
| * Update the nForce MCP NIC bits. This is version 1.0-0310 23-Nov-2005.obrien2005-12-074-630/+671
* | Use __DEVOLATILE to cast conspeed.imp2005-12-071-1/+1
* | style(9) nitsobrien2005-12-071-52/+52
* | Add Sparc TLS relocation definitions.obrien2005-12-071-0/+24
* | Changes imported from XFS for FreeBSD project:rodrigc2005-12-073-33/+155
* | Catch up to the system siginfo changes. Use a union for the ia32 layoutpeter2005-12-062-3/+22
* | - Cleanup whitespace and extra ()s in vtophys() macros.jhb2005-12-066-14/+11
* | Fix ZERO_EDX() macro from the previous commit. It was emittingjkim2005-12-062-2/+2
* | Use <sys/ktr.h> directly in .S files instead of exporting themarius2005-12-062-14/+2
* | Extend the scope of #ifndef LOCORE to also cover the prototype ofmarius2005-12-061-3/+7
* | When compiling with the kernel, detect if INET6 support should be disabled.ru2005-12-061-7/+11
* | Revert two changes I was testing regarding polling delay.njl2005-12-061-2/+2
* | Add KTR support and move some performance debugging variables in the ECnjl2005-12-062-10/+13
* | Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withru2005-12-067-48/+0
* | cpp(1) only understand integer arithmetical expressions, soru2005-12-061-2/+1
* | MFi386: Add BPF Just-In-Time compiler.nyan2005-12-062-0/+4
* | Fix -Wundef warnings from compiling GENERIC and LINT kernels ofru2005-12-068-16/+16
* | When we drop packet due to no space in output interface output queue, alsoglebius2005-12-061-0/+1
* | Optimize parallel processing of ipfw(4) rulesets eliminating the lockingglebius2005-12-061-71/+54
* | Sync with signal.h.davidxu2005-12-061-0/+1
* | Reduce the scope of the page queues lock in exec_map_first_page(). The vmalc2005-12-061-4/+2
* | s/M_WAITOK/M_NOWAIT/ while mutex is held.jkim2005-12-063-6/+6
* | - Micro-optimize `mov $0, %edx' -> `xor %edx, %edx'.jkim2005-12-064-24/+36
OpenPOWER on IntegriCloud