summaryrefslogtreecommitdiffstats
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support for methods to the OSD subsystem. Each object type has ajamie2009-02-211-6/+18
* Don't make Linux stat() open character devices to resolve its name.ed2009-02-201-0/+3
* Provide compatibility symlink for logical partitions:marcel2009-02-201-0/+6
* Enable caching of negative pathname lookups in the NFS client. To avoidjhb2009-02-191-0/+1
* Bump __FreeBSD_version to 800063 after GENERIC changed to USB2.thompsa2009-02-181-1/+1
* Remove obsolete prison_service declarations.jamie2009-02-171-16/+0
* Make dumper_t definition conform more closely to stlye(9). This alsoimp2009-02-151-5/+5
* This commit fixes the issue with alias_sctp.c. Norrs2009-02-141-0/+5
* Serialize write() calls on TTYs.ed2009-02-111-0/+3
* o Introduce KOBJMETHOD_END for the end of the kobj list.imp2009-02-111-1/+11
* When bouncing pages, allow a new option to preserve the intra-pageimp2009-02-081-0/+7
* Add KASSERTs to make it easier to debug problems like the one fixedtrasz2009-02-061-0/+1
* Expand the scope of the sysctllock sx lock to protect the sysctl tree itself.jhb2009-02-061-0/+2
* Add support for frobbing Intel StrataFlash Protection Registers:sam2009-02-051-0/+6
* Remove the assertive KA_HELD and KA_UNHELD as long as they are dangerous,attilio2009-02-051-2/+0
* Don't leave the console TTY constantly open.ed2009-02-051-17/+18
* Don't allow creating a socket with a protocol family that the currentjamie2009-02-051-0/+1
* Remove slush space from clists.ed2009-02-041-2/+0
* Remove NUMCDEVSW, which is unused since RELENG_5.ed2009-02-031-2/+0
* Slightly improve the design of the TTY buffer.ed2009-02-031-31/+17
* Introduce a C type representing the header for GNU-style hash tablejkoshy2009-02-031-0/+11
* Use NULL in preference to 0 for pointers.imp2009-02-031-4/+4
* Use NULL in preference to '0' for pointers.imp2009-02-031-2/+2
* - Add a new ioctl to /dev/pci to fetch details on an individual BAR of ajhb2009-02-021-0/+9
* Add a function attribute called `__malloc_like', which informs gccdas2009-01-312-2/+4
* Fix a typo in a comment.trhodes2009-01-311-1/+1
* Define NULL to be __null in a case of gnu c++. This makes sentinel attributerdivacky2009-01-291-0/+4
* Actually remove the VA_MARK_ATIME flag. This should have been in thejhb2009-01-281-1/+0
* Last step of splitting up minor and unit numbers: remove minor().ed2009-01-283-14/+3
* - Add support for nehalem/corei7 cpus. This supports all of the corejeff2009-01-271-2/+3
* For consistency with prison_{local,remote,check}_ipN renamebz2009-01-251-2/+2
* - Use __XSTRING where I want the define to be expanded. This resulted injeff2009-01-251-1/+1
* - Mark all standalone INT/LONG/QUAD sysctl's MPSAFE. This is donejhb2009-01-231-18/+18
* Add a flag to tag individual sysctl leaf nodes as MPSAFE and thus notjhb2009-01-231-0/+1
* Move the code from ufs_lookup.c used to do dotdot lookup, intokib2009-01-211-0/+3
* Add functions WITNESS so it can be asserted that the lock is not released for athompsa2009-01-211-0/+10
* - Implement generic macros for producing KTR records that are compatiblejeff2009-01-173-0/+101
* Add TCP Appropriate Byte Counting (RFC 3465) support to kernel.lstewart2009-01-151-1/+1
* Import some new constants and structures fields from OSSv4.mav2009-01-101-14/+93
* Add some new oss_sysinfo structure fields from OSSv4.mav2009-01-071-1/+4
* Adds flags for SCTP checksum offload. Preprrs2009-01-061-0/+2
* Further cleanup protosw.h:bz2009-01-061-21/+5
* Add the missing PRU_FLUSH and 'FLUSH' defines noticedrrs2009-01-051-2/+3
* Remove now-unused pr_ousrreq from struct protosw. It may not have beenrwatson2009-01-041-2/+0
* Added section type SHT_GNU_HASH. GNU-style .hash section is a newkaiw2009-01-031-0/+1
* Back out a non-style(9) change from r186668 to unbreak the kernels.bz2009-01-011-1/+1
* style(9)obrien2009-01-011-1/+1
* style(9)obrien2009-01-012-12/+11
* style(9)obrien2009-01-012-22/+22
* style(9)obrien2009-01-011-315/+315
OpenPOWER on IntegriCloud