summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Move the duplicate definition of struct sockaddr_storage to its ownphk2009-09-082-20/+55
* Move ptmx into pty(4).ed2009-09-061-0/+1
* Perform cleanups to the TTY headers:ed2009-09-062-23/+22
* Add intermediate states for attaching and detaching that will beattilio2009-09-031-1/+4
* Reintroduce the r196640, after fixing the problem with my testing.kib2009-09-011-4/+2
* Make sure FreeBSD binaries without .note.ABI-tag section workbz2009-08-301-2/+3
* Reverse r196640 and r196644 for now.kib2009-08-291-2/+4
* Remove the altkstacks, instead instantiate threads with kernel stackkib2009-08-291-4/+2
* Extend the device pager to support different memory attributes on differentjhb2009-08-282-1/+10
* Fix handling of .note.ABI-tag section for GNU systems [1].bz2009-08-241-1/+5
* Allow multiple console devices per driver without insane code duplication.ed2009-08-241-11/+14
* Add ttydisc_rint_simple().ed2009-08-231-0/+1
* Make head 9.0-CURRENT in preparation for lifting code freeze.kensmith2009-08-221-1/+1
* Change the 'resid' parameter to sglist_consume_uio() from an int to ajhb2009-08-201-1/+1
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-8/+0
* Remove unused taskqueue_find() function.pjd2009-08-181-2/+0
* * Change the scope of the ASSERT_ATOMIC_LOAD() from a generic check toattilio2009-08-171-3/+10
* Remove OpenSolaris taskq port (it performs very poorly in our kernel) andpjd2009-08-171-0/+2
* Add a new macro to test that a variable could be loaded atomically.bz2009-08-141-0/+4
* Add the address of the lock to the KTR_LOCK trace.kib2009-08-141-4/+4
* * Completely Remove the option STOP_NMI from the kernel. This optionattilio2009-08-131-0/+1
* Make it possible to change the vnet sysctl variables on jailsbz2009-08-132-0/+2
* Put minimum alignment on the dpcpu and vnet section so that ldbz2009-08-121-3/+5
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-022-1/+9
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-183/+0
* Add two new privileges for use by OpenAFS, which will be supported forrwatson2009-07-301-1/+7
* Make the in-kernel logic for the SIOCSIFVNET, SIOCSIFRVNET ioctlsbz2009-07-261-1/+0
* Some jail parameters (in particular, "ip4" and "ip6" for IP addressjamie2009-07-251-7/+17
* Introduce a new sysctl process mib, kern.proc.groups which adds thebrooks2009-07-241-0/+1
* Bump __FreeBSD_version for the introduction of OBJT_SG.jhb2009-07-241-1/+1
* Revert the changes to struct kinfo_proc in r194498. Instead, fillbrooks2009-07-241-3/+9
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-0/+1
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-233-65/+29
* Normalize field naming for struct vnet, fix two debugging printfs thatrwatson2009-07-191-2/+2
* Bump the version of all non-symbol-versioned shared libraries inkensmith2009-07-191-1/+1
* Expose the definitions of 'struct vnet' and 'VNET_MAGIC_N' to userspacerwatson2009-07-191-12/+19
* Reimplement and/or implement vnet list locking by replacing a mostlyrwatson2009-07-192-11/+36
* Remove the interim vimage containers, struct vimage and struct procg,jamie2009-07-173-90/+4
* Add new msleep(9) flag PBDY that shall be specified together withkib2009-07-144-2/+9
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-144-330/+8
* Replace struct tcpopt with a proxy toeopt struct in the TOE driver interface tolstewart2009-07-131-1/+1
* Pad the following TCP related structs to allow MFCs of upcoming features/fixeslstewart2009-07-121-1/+1
* Extend the cn_flags field of the struct componentname to 64 bits to havekib2009-07-091-2/+2
* Regenerate after lpathconf(2) addition.trasz2009-07-083-5/+13
* There is an optimization in chmod(1), that makes it not to call chmod(2)trasz2009-07-081-1/+1
* Revert revisions 188839 and 188868. Use of the ioctl in geom_dev.cmarcel2009-07-081-6/+0
* Fix poll(2) and select(2) for named pipes to return "ready for read"kib2009-07-071-2/+3
* Improve the handling of cpuset with interrupts.jhb2009-07-011-0/+1
* Add FIONSPACE from NetBSD. FIONSPACE is provided so that programs mayemaste2009-06-301-0/+1
* - Add support to atomically set/clear individual bits of a MSR registerstas2009-06-301-0/+2
OpenPOWER on IntegriCloud