summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Various minor type, prototype tweaks -- clean up cruft due to lack ofrwatson2002-10-305-10/+10
* While 'mode_t' seemed like a good idea for the access mode argument forrwatson2002-10-3019-48/+48
* Don't need to check if SO_OOBINLINE is defined.hsu2002-10-302-26/+16
* Don't pass the return address to exception_save in register b0. Usemarcel2002-10-302-196/+158
* Rewrite cpu_switch(). The most notable change is the fact that we nowmarcel2002-10-307-303/+364
* Check NULL thread mailbox pointer.davidxu2002-10-302-0/+4
* Style fixes.davidxu2002-10-302-20/+20
* Don't forget to set syscall result.davidxu2002-10-302-0/+4
* Add an actual implementation of kse_thr_interrupt()davidxu2002-10-304-4/+55
* Remove extranious memory barriers, and correct the placement of a few others.gallatin2002-10-302-22/+4
* Make the second serial port available for general use by default.gallatin2002-10-301-1/+0
* Check for errors and zero-length transfers in the ulpt_input() inputiedowse2002-10-301-0/+6
* Try again to fix the KASSERT.rwatson2002-10-301-1/+1
* Fix a KASSERT bug that showed up only in the LINT build, not therwatson2002-10-301-1/+1
* Minor comment typo fix.rwatson2002-10-291-1/+1
* Hook up no-op stubs for reboot, swapon, sysctl entry points.rwatson2002-10-292-0/+58
* Implement Biba policy entry points for mac_check_system_swapon()rwatson2002-10-291-0/+59
* Require Biba privilege to relabel a network interface.rwatson2002-10-291-0/+7
* Finally get around to committing Bill Paul's FEC netgraph nodes.julian2002-10-294-0/+1330
* Add a missing newline to the end of a device_printf().jhb2002-10-291-1/+1
* Don't take out the rl_mtx lock in the attach routine. The only wayimp2002-10-291-19/+15
* 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
OpenPOWER on IntegriCloud