summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a hook that can be called to initialise a slave processor's memorymsmith1999-04-3012-45/+142
* Bunch of updates:wpaul1999-04-302-104/+138
* Add a new "file" to procfs: "rlimit" which shows the resource limits forphk1999-04-3010-9/+397
* My last commit accidentally undid the changes made in rev 1.68roger1999-04-302-2/+10
* Added $Id$.kato1999-04-301-0/+2
* Add beer-ware license and $Id$phk1999-04-301-0/+11
* Make BOOTP to work again.phk1999-04-301-1/+1
* Set curproc at the end of proc0_init().dt1999-04-291-7/+4
* Address a performance problem in getnewbuf:alc1999-04-291-5/+33
* Add a test to ti_encap() to try and prevent the transmit producer indexwpaul1999-04-292-4/+10
* Added initial code for VBI capture based on work byroger1999-04-292-72/+448
* Add support for VBI capture from /dev/vbi.roger1999-04-292-4/+26
* Added new cards: NEC PK-UG-X017 and I/O DATA GV-BCTV2/PCIroger1999-04-292-18/+434
* Fix crashes caused by rows=0 or columns=0.roger1999-04-292-12/+90
* - Handle mixer read ioctls correctly. They have the same group, number andluoqi1999-04-294-40/+356
* Postpone route_init() until all domains are attached.luoqi1999-04-293-5/+7
* pmap_emulate_reference: don't ever lose PV_TABLE_MOD bit on page. Ifdt1999-04-281-2/+2
* This Implements the mumbled about "Jail" feature.phk1999-04-2855-142/+497
* Add the jail system call.phk1999-04-281-1/+2
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-2852-92/+92
* Sync with sys/i386/isa/clock.c revision 1.132.kato1999-04-283-3/+9
* Sync with sys/i386/i386/machdep.c revision 1.332.kato1999-04-282-218/+184
* Allow loadable interface drivers with BPF support to be loaded into a kernelmsmith1999-04-286-12/+51
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-2892-1975/+1823
* Simplify the tunefs example, since tunefs uses getfsfile(). Lots ofmsmith1999-04-271-3/+3
* Eliminate compiler warning about missing type in declaration.jdp1999-04-271-3/+2
* Fix the code that prints the "Initializing PC-card drivers" messagejdp1999-04-271-4/+3
* Change suser_xxx() to suser() where it applies.phk1999-04-2716-79/+72
* bump __FreeBSD_version to 400005:phk1999-04-271-2/+2
* Suser() simplification:phk1999-04-27128-394/+399
* Fix from Justin for transfer negotiations for targets up to target ID 7.ken1999-04-261-39/+43
* Make one pass through the firewall the default.luigi1999-04-261-2/+2
* Only call kvtop on non-null id_maddr's...peter1999-04-261-3/+8
* Temporary hack. The radix code shouldn't need this, it should bepeter1999-04-261-1/+2
* Protect the ifinit() function's internals with splimp() for safety sincepeter1999-04-261-4/+5
* Minor seatbelt tweak. The init code used to be splimp() protected,peter1999-04-261-2/+7
* Register the netisr's via SYSINIT rather than linker sets.peter1999-04-263-80/+18
* Register the local (unix domain) sockets ourselves.peter1999-04-261-1/+2
* Redo domain registration to use SYSINITS rather than linker sets.peter1999-04-261-70/+8
* Make DOMAIN_SET() use SYSINIT rather than linker sets.peter1999-04-261-3/+3
* Make NETISR_SET use a SYSINIT() rather than a linker set.peter1999-04-261-5/+5
* Fix a very long standing bug in run_interrupt_driven_config_hooks(). Itpeter1999-04-251-3/+4
* Make man page reflect reality on parsing rules. Now I know Jordandcs1999-04-252-6/+8
* pmap_dispose_proc and pmap_copy_page:alc1999-04-252-28/+46
* Added used include.dt1999-04-251-1/+2
* Make the machdep.i8254_freq and machdep.tsc_freq sysctls modify thephk1999-04-259-13/+37
* Allow multiple opens.phk1999-04-251-5/+10
* Use PCCARD_MODULE() instead of DATA_SET(), the pccard linker set went apeter1999-04-251-1/+6
* Remove obsolete interrupt labels.kato1999-04-252-86/+86
* Sync with sys/i386/i386/userconfig.c revision 1.137.kato1999-04-251-4/+4
OpenPOWER on IntegriCloud