summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Flush my local cache of cryto subsystem fixes:Sam Leffler2003-06-023-18/+43
* Fix restarted syscalls. When we rewind %rip, we also need to restorePeter Wemm2003-06-021-2/+6
* Make this more compatable with libc_r. Make the internal types for storingPeter Wemm2003-06-021-3/+3
* Further devilification of CCD:Poul-Henning Kamp2003-06-023-262/+174
* Begin deevilification of CCD:Poul-Henning Kamp2003-06-022-2/+112
* Initialize td->td_pcb->pcb_ext in cpu_thread_setup() since a garbageTor Egge2003-06-021-0/+1
* Return an indicative error message.Poul-Henning Kamp2003-06-021-1/+3
* Also implement mpo_copy_mbuf_label() for mac_lomac, or labels mayRobert Watson2003-06-021-0/+1
* Document new (starting with 5.x) __FreeBSD_version scheme.David E. O'Brien2003-06-021-0/+2
* Oops, __FreeBSD_version should be 501100, not 510100. The former impliesScott Long2003-06-021-1/+1
* s/u_short/unsigned short/ to make this compile if _POSIX_C_SOURCE=200112Jens Schweikhardt2003-06-021-19/+19
* Use mac_biba_label_copy() and mac_mls_label_copy() to implement theRobert Watson2003-06-022-0/+2
* Use __FBSDID().David E. O'Brien2003-06-023-9/+9
* Use __FBSDID().David E. O'Brien2003-06-027-12/+20
* Use __FBSDID().David E. O'Brien2003-06-0241-84/+130
* Add tracking of process leaders sharing a file descriptor table andTor Egge2003-06-025-19/+256
* Fix a typo in an ATM media name. As this name was not use yet, no problemsHartmut Brandt2003-06-021-1/+1
* Remove unused #ifdef BRIDGE.Maxim Konovalov2003-06-021-5/+0
* Use __FBSDID().David E. O'Brien2003-06-0219-32/+57
* Use __FBSDID().David E. O'Brien2003-06-0240-40/+120
* Use __FBSDID().David E. O'Brien2003-06-024-8/+12
* Use __FBSDID().David E. O'Brien2003-06-026-11/+17
* MFi386: i386/include/asm.h rev 1.11: Do not abuse ##.Peter Wemm2003-06-021-1/+1
* Replace if_fxp's handrolled defrag function with m_defrag.Mike Silbersack2003-06-021-14/+3
* Bump __FreeBSD_version to 510100 for 5.1-CURRENTScott Long2003-06-021-1/+1
* We are at 5.1-CURRENT nowScott Long2003-06-021-1/+1
* Fix a style nit.David E. O'Brien2003-06-021-1/+1
* Don't use ## to concatinate to two things that don't together make a C token.David E. O'Brien2003-06-021-1/+1
* Don't use a C compiler to assemble a pure asm file.David E. O'Brien2003-06-021-2/+5
* Check in some months long pending minor debug output changes.Matt Jacob2003-06-021-26/+47
* Use C99 compatable asm statements.David E. O'Brien2003-06-022-4/+4
* Change kernel_object and kmem_object to (&kernel_object_store) andAlan Cox2003-06-012-8/+8
* Improve set_mcontext:Marcel Moolenaar2003-06-011-0/+5
* Improve on cpu_set_upcall:Marcel Moolenaar2003-06-011-13/+13
* A new API function PacketAliasRedirectDynamic() can be usedRuslan Ermilov2003-06-013-1/+36
* Make the PacketAliasSetAddress() function call optional. If itRuslan Ermilov2003-06-012-11/+18
* Change a :Maxime Henrion2003-06-012-2/+2
* Be sloppier about the miidevs.h dependency. This reduces the maintenanceDavid E. O'Brien2003-06-011-7/+1
* Accpet '1'..'5' in place of F1..F5 for serial console users.David E. O'Brien2003-06-011-3/+5
* Shorten long comment.David E. O'Brien2003-06-011-1/+1
* Sync with i386/GENERIC ordering.David E. O'Brien2003-06-011-18/+20
* - Style(9) fixes, most notably :Maxime Henrion2003-06-012-1070/+730
* Restore parentheses removed inappropriately in last commit.Matt Jacob2003-06-011-2/+3
* Simplify the GEOM OAM api: Drop the request type, and let everythingPoul-Henning Kamp2003-06-017-431/+288
* constify g_sanity()Poul-Henning Kamp2003-06-012-2/+2
* Add (but do not connect) a half-finished driver for Aureal Vortex cards.Dag-Erling Smørgrav2003-06-013-0/+820
* Remove break after return.Poul-Henning Kamp2003-06-011-1/+1
* Remove #include <sys/disklabel.h>Poul-Henning Kamp2003-06-012-2/+0
* Don't leak "barlist" allocation on failure.Poul-Henning Kamp2003-06-011-0/+4
* Remove unused variables.Poul-Henning Kamp2003-06-011-15/+3