aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Back out the ip_fragment() code -- it is not urgent to have it in now,Luigi Rizzo2002-11-202-170/+143
* Do not call the dumpconf method unless there is one.Poul-Henning Kamp2002-11-201-4/+5
* Introduce p_label, extensible security label storage for the MAC frameworkRobert Watson2002-11-2016-9/+245
* reapply 1.26 through 1.28.Alfred Perlstein2002-11-201-18/+6
* Fix compile in the case of SMP defined but DDB not defined.John Baldwin2002-11-201-1/+7
* forgot about 5.x freeze, backout 1.26 through 1.28 pending re@ appoval.Alfred Perlstein2002-11-201-6/+18
* remove useless casts, unused macros and cleanup a line wrap.Alfred Perlstein2002-11-201-9/+3
* comment and untwist error return logicAlfred Perlstein2002-11-201-4/+3
* Remove an outdated comment complaining about exporting struct ucredAlfred Perlstein2002-11-201-5/+0
* The target for the maximum number of dependencies has been cutKirk McKusick2002-11-201-1/+1
* If an error occurs while writing a buffer, then the data willKirk McKusick2002-11-201-0/+6
* Merge kld access control checks from the MAC tree: these access controlRobert Watson2002-11-1916-0/+488
* Add a sysctl to control the generation of source quench packets,Mike Silbersack2002-11-191-2/+20
* correct function declarations of stubs used for building w/o device bpfSam Leffler2002-11-191-4/+4
* We leaked a process lock reference in the event an RFTHREAD processRobert Watson2002-11-181-1/+2
* Make sure only update wall clock at upcall time, slightly reformatDavid Xu2002-11-182-26/+26
* - Wakeup the correct address when a zone is no longer full.Jeff Roberson2002-11-181-1/+1
* Create the ofwcons device at SI_SUB_CONFIGURE instead of SI_SUB_DRIVERS,Jake Burkholder2002-11-181-5/+14
* Move SHOW_BUSYBUFS and PANIC_REBOOT_WAIT_TIME into the MI options file, sinceJuli Mallett2002-11-188-17/+2
* Setup a default tty mode even if the device is not the console. Don'tJake Burkholder2002-11-181-10/+4
* Remove vm_page_protect(). Instead, use pmap_page_protect() directly.Alan Cox2002-11-185-30/+8
* Remove some unnecessary code. Make the device description nicer. Add aJake Burkholder2002-11-181-66/+31
* Run configure at SI_SUB_THIRD instead of SI_SUB_ANY like otherJake Burkholder2002-11-181-1/+1
* During shutdown explain what the numbers following the 'syncingAlfred Perlstein2002-11-181-1/+1
* 1. Support versioning and wall clock in kse mailbox,David Xu2002-11-185-18/+231
* MFi386 r1.369Alan Cox2002-11-181-1/+5
* include smp.h.Julian Elischer2002-11-172-0/+2
* MFi386 r1.369Alan Cox2002-11-171-0/+3
* Replace m_copy() with m_copypacket() where applicable.Luigi Rizzo2002-11-171-24/+16
* Fix function headers, remove 'register' from variable declarations.Luigi Rizzo2002-11-171-11/+5
* Fix function headers and remove 'register' variable declarations.Luigi Rizzo2002-11-171-29/+23
* Move the ip_fragment code from ip_output() to a separate function,Luigi Rizzo2002-11-172-143/+170
* 1. Hide the internals of struct fd_set in standard namespaces.Mike Barcroft2002-11-171-5/+15
* Minor documentation changes and indentation fix.Luigi Rizzo2002-11-171-37/+26
* Cleanup some of the comments, and reformat long lines.Luigi Rizzo2002-11-171-29/+27
* - Add support for ALT_BREAK_TO_DEBUGGER; this is the only reliable way toJake Burkholder2002-11-171-21/+103
* Apply some fixups in the driver_t's.Josef Karthauser2002-11-173-3/+3
* Use a sysctl for controlling the debugging output.Josef Karthauser2002-11-171-6/+19
* Save a slice name on the disk and print it at g_pc98_dumpconf().Yoshihiro Takahashi2002-11-171-14/+26
* Fix a typo in a console message.Josef Karthauser2002-11-171-1/+1
* 1.Add sysctls to control KSE resource allocation.David Xu2002-11-172-16/+60
* Rework last exiting thread in kse_release(), wait a signal and thenDavid Xu2002-11-172-4/+22
* - Release the imgp vnode prior to freeing exec_map resources to avoidJeff Roberson2002-11-171-4/+4
* DETACH_FORCE was removed recently. Remove it here, even though thisWarner Losh2002-11-171-7/+5
* Rework the sysconf(3) interaction with aio:Alfred Perlstein2002-11-175-7/+49
* MFi386: revision 1.550.Yoshihiro Takahashi2002-11-172-2/+4
* Merged from sys/isa/fd.c revision 1.242.Yoshihiro Takahashi2002-11-172-4/+4
* MFi386 r1.369. Clear the PG_WRITEABLE flag in pmap_clear_write; returnJake Burkholder2002-11-171-1/+3
* Regenerate after adding syscalls.Daniel Eischen2002-11-169-12/+39
* - Don't forget the flags value when using boot pages.Jeff Roberson2002-11-161-0/+1