summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add new ioctls for userland access to the MSP deviceroger2000-10-263-0/+30
* add a version tag for the alpha linulator to depend ongallatin2000-10-261-0/+2
* Fix typoroger2000-10-261-1/+1
* Minor build fixes.dfr2000-10-264-3/+4
* Update osf1_setuid() and osf1_setgid() to use the new change_euid() andgallatin2000-10-261-8/+13
* unstaticize change_ruid() because it is needed by osf1_setuid()gallatin2000-10-262-3/+2
* RFC 791 says that IP_RF bit should always be zero, but nothingru2000-10-261-52/+29
* fix conflicts from rcsidsdarrenr2000-10-2628-356/+1198
* Wrong header length used for certain reassembled IP packets.ru2000-10-261-2/+2
* Add infrastructure for Cologne Chip HFC-S PCI driver.hm2000-10-261-1/+4
* Add infrastructure for Cologne Chip HFC-S PCI driver.hm2000-10-262-10/+12
* Make the software HDLC decoder work again.hm2000-10-261-3/+5
* handle AFMT_QUERY rightcg2000-10-261-6/+15
* Close PR22152 and PR19511 -- correct the naming of a variableluigi2000-10-261-1/+1
* Set the DC_TX_INTR_ALWAYS and DC_TX_STORENFWD flags for the Davicomwpaul2000-10-252-4/+4
* Add a missing SK_UNLOCK() to sk_attach_xmac().wpaul2000-10-252-0/+2
* Move the call to extend_heap() from main to start so that if our BSSdfr2000-10-252-3/+6
* Don't build start.S as part of libalpha.a - its built specially.dfr2000-10-251-1/+1
* Don't indirect through a null pointer if we run out of kernel filenames.dfr2000-10-251-1/+1
* Make a few functions inline to save space.dfr2000-10-251-3/+3
* Bring cpuinfo closer to what it looks like in Linux 2.2.des2000-10-253-33/+141
* Add /proc/<pid>/status and /proc/<pid>/stat (the latter being mostlydes2000-10-259-15/+560
* - Add atomic_cmpset_{acq_,rel_,}_longjhb2000-10-252-0/+104
* This driver doesn't have a software interrupt handler, so don't attempt tojhb2000-10-251-8/+0
* Catch up to the new software interrupt code.jhb2000-10-252-6/+8
* - Catch up to new software interrupt code.jhb2000-10-253-9/+9
* - Remove unneeded machine/ipl.h #include.jhb2000-10-251-6/+1
* Catch up to the new swi code.jhb2000-10-255-16/+4
* We now keep the ip_id field in network byte order all theru2000-10-252-0/+8
* Fast interrupts have no associated process, therefore do not tryps2000-10-254-44/+52
* The USB scanner driver. To be used together with SANE.n_hibma2000-10-259-0/+684
* Regen.n_hibma2000-10-252-16/+134
* Sync with NetBSDn_hibma2000-10-251-7/+29
* Major update to the 'twe' driver.msmith2000-10-2510-1415/+2735
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-2560-792/+539
* Get rid of ridiculous ISP_PVS macro. Instead, just set anmjacob2000-10-251-6/+7
* Whoops! Forgot to commit this when I committed the other (turnin on locks)mjacob2000-10-252-26/+52
* Quite some warnings.jhb2000-10-253-9/+9
* fix bogus cast in osf1_getrlimit/osf1_setrlimitgallatin2000-10-251-4/+4
* Implement atomic_{set,clear,add,subtract}_{acq_,rel_,}_ptr()jhb2000-10-251-12/+26
* Only use 1 set of memory barrier operations with the atomic_*_{acq,rel}_ptrjhb2000-10-251-2/+0
* teach the osf1_getsysinfo() function about a few more fieldsgallatin2000-10-252-8/+70
* - Forward declare struct mtx instead of #include'ing sys/mutex.hjhb2000-10-252-2/+4
* - Catch a machine/mutex.h -> sys/mutex.h I somehow missed.jhb2000-10-251-3/+3
* - Make the eventhandler_mutex mutex a private variable injhb2000-10-252-4/+4
* Eliminate some bitrot (nonexisting member variable names).tegge2000-10-242-10/+10
* Style fixes.tegge2000-10-242-1566/+1684
* Convert the USB ethernet drivers to use mutexes. Also convertwpaul2000-10-247-176/+232
* Make RPC timeout message more readable.tegge2000-10-242-8/+20
* * Various fixes to breakage introduced by the atomic and mutex reorgs.dfr2000-10-2414-86/+173
OpenPOWER on IntegriCloud