summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Don't forget the flags value when using boot pages.jeff2002-11-161-0/+1
* Add *context() syscalls to ia64 32-bit compatability table as requesteddeischen2002-11-163-0/+9
* Now that pmap_remove_all() is exported by our pmap implementationsalc2002-11-167-22/+22
* Export the values for _SC_AIO_MAX and _SC_AIO_PRIO_DELTA_MAX via the p1003balfred2002-11-161-0/+4
* Regenerate after adding system calls.deischen2002-11-165-7/+32
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-1622-55/+371
* Call 'p31b_setcfg(CTL_P1003_1B_AIO_LISTIO_MAX, AIO_LISTIO_MAX)'alfred2002-11-161-0/+3
* headers should not really include "opt_foo.h" (in this case opt_posix.h).alfred2002-11-156-4/+8
* Massive cleanup of the ip_mroute code.luigi2002-11-158-888/+596
* Do not assume that time_t is an int.peter2002-11-152-3/+3
* Test the water. Make time_t long (64 bit) on ia64 since we do not havepeter2002-11-151-1/+1
* Back out rev 1.150; things are more complicated than this.sam2002-11-151-1/+1
* if_attach should not sleep; change malloc's M_WAITOK to M_NOWAITsam2002-11-151-1/+1
* Catch up with sam's changes to network interfaces.mux2002-11-151-2/+1
* Return EWOULDBLOCK for last thread in kse_release().davidxu2002-11-152-0/+2
* network interface and link layer changes:sam2002-11-1523-161/+102
* track changes to ethernet input handling to no longer strip the Ethernet headersam2002-11-141-48/+55
* network interface driver changes:sam2002-11-1460-694/+352
* o track either_ifattach/ether_ifdetach API changessam2002-11-1419-324/+134
* track changes to not strip the Ethernet header from input packetssam2002-11-141-8/+5
* track bpf changessam2002-11-141-2/+2
* o track changes to ethernet input packet handlingsam2002-11-143-96/+22
* o eliminate separate callback interface for h/w tagged input packets; insteadsam2002-11-142-164/+302
* o add if_nvlans member to track the number of vlans active on an interfacesam2002-11-141-9/+3
* o change input packet handling to eliminate the pointer to the structsam2002-11-141-185/+263
* general cleanups mostly aimed at improving portability of driverssam2002-11-141-43/+38
* o add support for multiple link types per interface (e.g. 802.11 and Ethernet)sam2002-11-143-27/+53
* o add IF_*bps macros for netbsd compatibilitysam2002-11-141-0/+11
* Remove the remaining calls to free(), they are not needed anymore nowcognet2002-11-141-9/+0
* Make the msg_size, msg_bufx and msg_bufr memebers of struct msgbuftmm2002-11-143-17/+15
* Add hints for ISA ATA controllers. At least one Digital AlphaPC 64 hasjhb2002-11-141-0/+6
OpenPOWER on IntegriCloud