summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Renumber IPPROTO_DIVERT out of the range of valid IP protocol numbers.fenner2002-10-293-4/+19
* The syscall names are string constants, so make them consts.dwmalone2002-10-292-3/+3
* Lower a priority of "session drop" messages.maxim2002-10-291-1/+1
* Duh. #ifdef CTASSERT so we don't break user-land software.phk2002-10-291-0/+2
* Fix winChkName() to match when the last slot contains nothing but thesemenu2002-10-291-1/+8
* Remove unnecessary <sys/malloc.h> include.semenu2002-10-298-8/+0
* Put a CTASSERT on the size of struct sun_disklabel.phk2002-10-281-0/+2
* Add the remaning part of the new libdisk interaction.phk2002-10-285-2/+79
* Add support for the new libdisk interaction.phk2002-10-281-2/+15
* Trim extraneous #else and #endif MAC comments per style(9).rwatson2002-10-282-9/+9
* Correct a typo in a previously commented include entry that was maderwatson2002-10-281-1/+1
* Remove all reference to 'struct oldmac', since it's no longer requiredrwatson2002-10-284-98/+63
* Add a return type for mac_biba_high_single(), apparently lost in anrwatson2002-10-281-0/+1
* Rename mac_biba_subject_equal_ok() to mac_biba_subject_privileged()rwatson2002-10-281-6/+6
* Zero the trusted_interface buffer before starting parsing.rwatson2002-10-281-0/+6
* An inappropriate ASSERT slipped in during the recent merge of therwatson2002-10-289-18/+0
* Reduce namespace pollution to userland.scottl2002-10-281-0/+2
* Fix a bug in the cherry-picker kkey generator routine.phk2002-10-281-0/+1
* Add more compatibility junk.phk2002-10-282-11/+34
* Close a race window in kse_create(): signal delivered after SIGPENDING calldavidxu2002-10-282-8/+4
* Handle hints for the atspeaker device.mdodd2002-10-283-2/+52
* Remove mf.a from sapic_read() and sapic_write(). We only caremarcel2002-10-281-3/+0
* Remove mf.a (the acceptance form of the memory fence instruction)marcel2002-10-281-12/+0
* Make vmstat -i work:marcel2002-10-284-54/+48
* Fix a case in kern_rename() where a vn_finished_write() call wasiedowse2002-10-272-4/+4
* In ipi_send(), perform a mf instruction prior to initiating the IPI.marcel2002-10-271-1/+1
* Implement the new 1003.1-2001 pathconf() keys, including the Advisorywollman2002-10-271-11/+47
* Change the way support for asynchronous I/O is indicated to applicationswollman2002-10-277-4/+44
* As promised, downgrade the #error into a #warning.wollman2002-10-271-1/+1
* Update limits and configuration parameters for 1003.1/TC1/D6.wollman2002-10-272-10/+14
* Don peril sensitive sun glasses and change the default system call vectorjake2002-10-272-4/+37
* Don't roll our own clean target, the default onemux2002-10-271-5/+0
* Centrally manage enforcement of {reboot,swapon,sysctl} using therwatson2002-10-279-117/+81
* Fix a bunch of warnings on 64 bit platforms in themux2002-10-272-4/+5
* - Comment a line which sets CISS_DEBUG by default.mux2002-10-271-1/+1
* Fix a warning when CISS_DEBUG is defined.mux2002-10-271-1/+1
* Don't truncate on large disks.phk2002-10-271-1/+6
* Implement mac_check_system_sysctl(), a MAC Framework entry point torwatson2002-10-2714-0/+277
* Hook up mac_check_system_reboot(), a MAC Framework entry point thatrwatson2002-10-2714-3/+225
* Merge from MAC tree: rename mac_check_vnode_swapon() torwatson2002-10-2714-171/+171
* Make geom_mbr.c optional on PC98, use GEOM_MBR option to include it.phk2002-10-262-1/+6
* Fix a style nit.mux2002-10-261-1/+1
* In VOP_LOOKUP, don't deny DELETE and RENAME operationsmux2002-10-261-1/+2
* Add a missing destroy_dev().mux2002-10-261-0/+2
* Allow deprecated or unimplemented system call vectors to deliver SIGSYS,jake2002-10-261-1/+1
* Remove an unused macro.jake2002-10-261-6/+0
* MFi386: revisions 1.544 and 1.545.nyan2002-10-262-80/+640
* Slightly change the semantics of vnode labels for MAC: rather thanrwatson2002-10-2629-4824/+1254
* Call bpf_mtap() on outgoing packets.tmm2002-10-261-3/+6
* Add COMPAT_FREEBSD4 here too. It has COMPAT_43 as well.peter2002-10-261-0/+1
OpenPOWER on IntegriCloud