summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change the access width of memory window from 8 bits to 16 bits.non2001-09-041-1/+1
* We should not pass the size of the memory to bus_alloc_resource().non2001-09-044-4/+4
* Values for the Toshiba ToPIC's Function Control Register.imp2001-09-041-0/+6
* Note that kbdmap is an interactive command.murray2001-09-041-0/+3
* Move commands to create stripped kernel into Makefile.conf,luigi2001-09-042-39/+49
* Add rwindow.c, forgotten earlier.jake2001-09-041-0/+1
* Make this compile.jake2001-09-041-0/+3
* Mention collision attacks on MD5. From the md5(3) man page.murray2001-09-041-0/+6
* Add additional information about VGA attributes.murray2001-09-041-31/+47
* Remove some stale definitions and update for new assembler code.jake2001-09-031-56/+28
* Add ktr traces to copy{in,out} and cpu_switch.jake2001-09-034-6/+198
* Add comments following what other architectures have.jake2001-09-031-1/+36
* Change tf_arg to uintptr_t from void * to reflect the fact thatjake2001-09-033-23/+10
* Implement a slightly different window spill/fill algorithm for dealingjake2001-09-036-1514/+2354
* Move the alternate global register stack to struct globaldata.jake2001-09-032-0/+12
* Add ktr traces.jake2001-09-031-0/+8
* Implement pv_bit_count which is used by pmap_ts_referenced.jake2001-09-036-253/+392
* Implement signals.jake2001-09-035-59/+278
* Move %ver definitions from pstate.h to ver.h. Add definitions for normaljake2001-09-032-26/+67
* Add simple macros for tracing in assembler files. There are quitejake2001-09-031-0/+87
* Use the correct copyrights. Note where most of this came from.jake2001-09-039-58/+135
* Bump UPAGES to 4. The pcb can be rather large.jake2001-09-031-1/+1
* mtx_savecrit is a pil level, not a pstate value, thus mtx_intr_enablejake2001-09-031-1/+1
* Add a flushw() macro.jake2001-09-031-0/+4
* Add atomic_load and store functions without membars, fwiw.jake2001-09-031-5/+24
* The definition for ASI_IMMU_TAG_TARGET_REG was wrong. Sort.jake2001-09-031-12/+13
* Allow disabling of "arp moved" messages.alfred2001-09-031-6/+12
* I really hope this is the right answer.julian2001-09-031-1/+3
* Call ip_input() instead of ipip_input()julian2001-09-031-1/+8
* One caller of rip_input failed to be converted in the last commit.julian2001-09-031-1/+1
* Previous change to try to build `mkisofs' wasobrien2001-09-030-0/+0
* Try to build `mkisofs' first, and only `pkg_add -r' if you cannot.obrien2001-09-033-12/+24
* Cause an error condition to be sensed by make(1) if we have troubleobrien2001-09-031-0/+1
* Fix my backwards logic.obrien2001-09-033-4/+4
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-0323-75/+70
* Opps, let one definition slip out that we define dynamically.obrien2001-09-031-1/+1
* This does not describe sched_{get,set}scheduler.dd2001-09-031-2/+3
* Don't capitalize jail(2) in the middle of a sentence.dd2001-09-031-1/+1
* VFS_ABORTOP hasn't existed since 1999/12/15.dd2001-09-033-8/+0
* at_shutdown(9) hasn't existed since revision 1.61 of kern_shutdown.c.dd2001-09-031-2/+1
* IPFilter source code in contrib/ipfilter apparently can't make up its mindjlemon2001-09-031-0/+1
* Actually, instead of removing the comment entirely, change it to talkdd2001-09-031-1/+6
* This does not describe kbdcontrol or vidcontrol.dd2001-09-031-6/+1
* syslogd can now be configured to bind to a specific address.dd2001-09-031-5/+2
* If NO_LANGCODE_IN_DESTDIR is defined, don't put the language code indd2001-09-035-0/+20
* Extend the release note about ftpd -o to cover ftpd -O, too.dd2001-09-032-10/+12
* `list' should be an extern'd `char **', not a local `char *' which wedd2001-09-031-1/+2
* Remove bogus implementation of _setjmp/_longjmpdfr2001-09-031-140/+0
* For new users, create the home directory before sending the welcomedd2001-09-031-24/+24
* Add a working version of setjmp/longjmp.dfr2001-09-034-27/+791
OpenPOWER on IntegriCloud