summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Changed second argument in a call to sf_buf_free() to be NULL instead ofdg2000-12-031-1/+1
* | Don't auto-generate the syscalls.marcel2000-12-0316-51/+1226
* | Don't auto-generate syscalls.marcel2000-12-031-1/+1
* | - Add a mutex to the proc structure p_mtx that will be used to lock accessesjhb2000-12-034-0/+4
* | Change cpu_switch to explicitly popl the callers program counter andjake2000-12-035-14/+8
* | tm.h should include the platform specific ELF header if it exists.obrien2000-12-031-0/+3
* | Properly check the return values from malloc(3).abial2000-12-031-56/+6
* | Fix dependency for auto-generated files. This commit ismarcel2000-12-021-1/+1
* | Make some style changes to the ident_stream() code.green2000-12-021-14/+20
* | There's also no point in #typedef'ing void/char pointers. Accordingly,will2000-12-0236-512/+472
* | Use a size_t instead of an int.asmodai2000-12-021-1/+1
* | Correct int/long type mismatch in the proper place this time. freevnodesgallatin2000-12-023-8/+8
* | Properly constify some static arrays.asmodai2000-12-024-3/+17
* | There's no reason to use fancy forms of NULL. Replace all instanceswill2000-12-0238-238/+224
* | Major speedup to /dev/random and the kernel thread that reseeds it.markm2000-12-022-93/+103
* | Add USEC_SLEEP macro support. Change the location at which we definemjacob2000-12-021-12/+17
* | Default the /dev/random loadable module to blocking-on-bootup,markm2000-12-021-1/+4
* | Make the Not RESPONSE in RESPONSE QUEUE message have a bit more infomjacob2000-12-021-14/+36
* | Add interrupt instrumentation. Change ISP_CFG_NPORT config option tomjacob2000-12-021-1/+11
* | Namespace cleanup. Remove some #includes in favour of an explicitmarkm2000-12-027-6/+29
* | Recouple arc4random(9) to the entropy device. This works whether themarkm2000-12-021-2/+4
* | Add splhigh()s to protect against a race conditionjulian2000-12-021-7/+17
* | Backed out previous commit. Don't depend on namespace pollution inbde2000-12-025-0/+5
* | Protect p_stat with sched_lock.jhb2000-12-021-0/+6
* | Remove last vestiges of thr_sleep and thr_wakeup from libc.jake2000-12-024-4/+4
* | Regen.jake2000-12-026-24/+12
* | Forgot this file in previous commit to remove file kern_threads.cjake2000-12-021-1/+0
* | Remove thr_sleep and thr_wakeup. Remove fields p_nthread and p_wakeupjake2000-12-026-171/+28
* | introduce support for static compilation of the osf/1 module via thegallatin2000-12-022-0/+13
* | exec_osf1_imgact() should return -1 for non OSF1/ECOFF binaries, it shouldgallatin2000-12-021-1/+1
* | Protect p_stat with sched_lock.jhb2000-12-021-2/+13
* | cleanup: remove redundant mp_machdep.c and non-existent simplelock.s.gallatin2000-12-021-2/+0
* | Protect p_stat with the sched_lock.jhb2000-12-022-2/+36
* | Protect p_stat with sched_lock.jhb2000-12-022-3/+25
* | Revert attach() back to the old behaviour of calling bus_generic_attach().scottl2000-12-022-8/+10
* | Make sure to free the sf_buf if we've allocated it but fail to allocatebmilekic2000-12-021-0/+1
* | Fix some error-handling logic so that ferror is called before fclose,gad2000-12-021-7/+21
* | Protect p_stat with sched_lock.jhb2000-12-011-1/+7
* | Alter isa interrupt behaviour on alpha. Rather than send a non-specificgallatin2000-12-011-4/+38
* | Make labels mandatory for vn(4).phk2000-12-012-108/+54
* | Make <struct.h> #error instead of #warn that it is going away on jan 1st.phk2000-12-011-13/+1
* | Also list kernel target so one can get to it.jkh2000-12-011-3/+3
* | Revert disconnect of sysvipc now that there's a makefile availablealfred2000-12-011-1/+1
* | fix another int/long type mismatch. This one was causing pigs togallatin2000-12-011-1/+1
* | fix int/long type mismatches found on alphagallatin2000-12-011-4/+4
* | Document the "kernel" target.jkh2000-12-011-0/+1
* | Add device ID for the 3c565C card. I followed exactly the 3c575c, butimp2000-12-012-1/+9
* | Grrr... GCC 2.95.2 and 2.96 just will not agree what the default includeobrien2000-12-011-1/+1
* | acquire/release Giant in vm_page_zero_idle(), like on i386gallatin2000-12-013-24/+6
* | Forgotten makefile.alfred2000-12-011-0/+5
OpenPOWER on IntegriCloud