summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Back out some style changes. They are not urgent,luigi2002-11-205-97/+130
* Back out the ip_fragment() code -- it is not urgent to have it in now,luigi2002-11-202-170/+143
* Do not call the dumpconf method unless there is one.phk2002-11-201-4/+5
* Introduce p_label, extensible security label storage for the MAC frameworkrwatson2002-11-2016-9/+245
* reapply 1.26 through 1.28.alfred2002-11-201-18/+6
* Fix compile in the case of SMP defined but DDB not defined.jhb2002-11-201-1/+7
* forgot about 5.x freeze, backout 1.26 through 1.28 pending re@ appoval.alfred2002-11-201-6/+18
* remove useless casts, unused macros and cleanup a line wrap.alfred2002-11-201-9/+3
* comment and untwist error return logicalfred2002-11-201-4/+3
* Remove an outdated comment complaining about exporting struct ucredalfred2002-11-201-5/+0
* The target for the maximum number of dependencies has been cutmckusick2002-11-201-1/+1
* If an error occurs while writing a buffer, then the data willmckusick2002-11-201-0/+6
* Merge kld access control checks from the MAC tree: these access controlrwatson2002-11-1916-0/+488
* Add a sysctl to control the generation of source quench packets,silby2002-11-191-2/+20
* correct function declarations of stubs used for building w/o device bpfsam2002-11-191-4/+4
* We leaked a process lock reference in the event an RFTHREAD processrwatson2002-11-181-1/+2
* Make sure only update wall clock at upcall time, slightly reformatdavidxu2002-11-182-26/+26
* - Wakeup the correct address when a zone is no longer full.jeff2002-11-181-1/+1
* Create the ofwcons device at SI_SUB_CONFIGURE instead of SI_SUB_DRIVERS,jake2002-11-181-6/+15
* Move SHOW_BUSYBUFS and PANIC_REBOOT_WAIT_TIME into the MI options file, sincejmallett2002-11-188-17/+2
* Setup a default tty mode even if the device is not the console. Don'tjake2002-11-181-10/+4
* Remove vm_page_protect(). Instead, use pmap_page_protect() directly.alc2002-11-185-30/+8
* Remove some unnecessary code. Make the device description nicer. Add ajake2002-11-181-66/+31
* Run configure at SI_SUB_THIRD instead of SI_SUB_ANY like otherjake2002-11-181-1/+1
* During shutdown explain what the numbers following the 'syncingalfred2002-11-181-1/+1
* 1. Support versioning and wall clock in kse mailbox,davidxu2002-11-185-18/+231
* MFi386 r1.369alc2002-11-181-1/+5
* include smp.h.julian2002-11-172-0/+2
* MFi386 r1.369alc2002-11-171-0/+3
* Replace m_copy() with m_copypacket() where applicable.luigi2002-11-171-24/+16
* Fix function headers, remove 'register' from variable declarations.luigi2002-11-171-11/+5
* Fix function headers and remove 'register' variable declarations.luigi2002-11-171-29/+23
* Move the ip_fragment code from ip_output() to a separate function,luigi2002-11-172-143/+170
* 1. Hide the internals of struct fd_set in standard namespaces.mike2002-11-171-5/+15
* Minor documentation changes and indentation fix.luigi2002-11-171-37/+26
* Cleanup some of the comments, and reformat long lines.luigi2002-11-171-29/+27
* - Add support for ALT_BREAK_TO_DEBUGGER; this is the only reliable way tojake2002-11-171-21/+103
* Apply some fixups in the driver_t's.joe2002-11-173-3/+3
* Use a sysctl for controlling the debugging output.joe2002-11-171-6/+19
* Save a slice name on the disk and print it at g_pc98_dumpconf().nyan2002-11-171-14/+26
* Fix a typo in a console message.joe2002-11-171-1/+1
* 1.Add sysctls to control KSE resource allocation.davidxu2002-11-172-16/+60
* Rework last exiting thread in kse_release(), wait a signal and thendavidxu2002-11-172-4/+22
* - Release the imgp vnode prior to freeing exec_map resources to avoidjeff2002-11-171-4/+4
* DETACH_FORCE was removed recently. Remove it here, even though thisimp2002-11-171-7/+5
* Rework the sysconf(3) interaction with aio:alfred2002-11-175-7/+49
* MFi386: revision 1.550.nyan2002-11-172-2/+4
* Merged from sys/isa/fd.c revision 1.242.nyan2002-11-172-4/+4
* MFi386 r1.369. Clear the PG_WRITEABLE flag in pmap_clear_write; returnjake2002-11-171-1/+3
* Regenerate after adding syscalls.deischen2002-11-169-12/+39
OpenPOWER on IntegriCloud