Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-07 | define vaddr_t, paddr_t, vsize_t and psize_t | Artur Grabowski | |
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell | |
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | |||
1999-07-06 | for CTRL-ALT-DEL, send SIGUSR1 to initproc | Theo de Raadt | |
1999-07-03 | remove redundant .Pp macros | Aaron Campbell | |
1999-07-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell | |
1999-07-02 | Kludge to not get locked threads with UVM, XXX | Niklas Hallqvist | |
1999-07-01 | lmc driver; ported by chris@dqc.org | Theo de Raadt | |
1999-07-01 | new mdoc'd bootpef(8), bootptest(8), vttest(1) man pages; kwesterback@home.com | Aaron Campbell | |
also repairs to mdoc.samples(7) and tcpdump(8) | |||
1999-06-22 | commented-out aeon support | Theo de Raadt | |
1999-06-04 | remove old MN code, which is not in use anymore, MNN been running for | Michael Shalayeff | |
a year already, and upcoming new apm stuff is not compatible w/ the old MN. niklas@ ok | |||
1999-06-03 | use __builtin_next_arg() for va_start() | Theo de Raadt | |
1999-06-01 | &vm->vm_pmap -> vm->vm_map.pmap | Artur Grabowski | |
1999-05-24 | Only do basic work in the ethernet interrupt context, and queue packets to | Jason Wright | |
be bridged. Do the real work in a scheduled netisr. | |||
1999-05-24 | more buf oflows | Aaron Campbell | |
1999-05-24 | fix buf oflow | Aaron Campbell | |
1999-05-23 | xircom ethernet fits! | Theo de Raadt | |
1999-05-23 | getopt(3) returns -1, not EOF | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-22 | Add new vm_swap code for dynamic swap. From netbsd, munged some by me, and | Tobias Weingartner | |
others. syscall commit pending. | |||
1999-05-22 | reportedly 2000 works also | Theo de Raadt | |
1999-05-21 | longer delay in pms probe for thinkpads; joshp@ioactive.com | Theo de Raadt | |
1999-05-21 | Don't turn off uart when closing cua device if tty is waiting. | Jim Rees | |
Instead just drop dtr briefly. | |||
1999-05-20 | fix some typos; kwesterback@home.com | Aaron Campbell | |
1999-05-18 | Enable Xircom ethernet and ICS 1890 Phy. The Xircom driver | Niklas Hallqvist | |
was a joint effort by niklas@openbsd.org, cstone@pobox.com & job@itsx.com | |||
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-05-12 | builtin -> built-in | Aaron Campbell | |
1999-05-10 | Use symbolic define for BYTE_ORDER. | Marc Espie | |
(don't forget that cpp is `lazy': #define A B #define B value #if A == value works, since A isn't extended before it's needed, by which time B is known) | |||
1999-05-09 | provide suport for an apm data segemnt in the lower memory bios | Michael Shalayeff | |
data segment area, also calculate the apm segment lenghts. niklas@ - ok | |||
1999-04-28 | Added wdt driver for the Industrial Computer Source PCI-WDT50x watchdog | Alex Feldman | |
timers. | |||
1999-04-23 | correct keycap.pcvt path | Todd C. Miller | |
1999-04-02 | .Pp macros do not belong immiedately after .Sh section header lines | Aaron Campbell | |
1999-03-31 | nsphy/ukphy fit | Theo de Raadt | |
1999-03-23 | Add DOSMBR_SIGNATURE_OFF define, needed for last disklabel change | Todd C. Miller | |
1999-03-21 | Fix TSS fault handling. | Tobias Weingartner | |
1999-03-17 | sd3b too | Theo de Raadt | |
1999-03-16 | Reflect reality | Thorsten Lockert | |
1999-03-16 | K6-3 | Theo de Raadt | |
1999-03-11 | ne* fixups | Theo de Raadt | |
1999-03-11 | wb(4) fits on RAMDISK | Theo de Raadt | |
1999-03-11 | add wb | Jason Wright | |
1999-03-11 | fix more comma splices that involve misuse of conjunctive adverbs | Paul Janzen | |
1999-03-09 | add more 'cc' usage, actually overestimating gcc's smartness; also fix ↵ | Michael Shalayeff | |
currently unused bus macros. kids tested mother approved | |||
1999-03-09 | Add support for disabling the processor serial number on the P3. | Jason Downs | |
1999-03-08 | Add support for CPUID level 2. This is used to determine the L2 cache size | Jason Downs | |
on Intel processors; print out the correct CPU name and cache size at boot. Also clean up the feature flags, including PPro errata. | |||
1999-03-07 | disable isp, enable adw/mx/vr | Theo de Raadt | |
1999-03-05 | CS4232 hack goes away | Theo de Raadt | |
1999-03-04 | isapnp wss support | Theo de Raadt | |
1999-03-04 | pn* now fits... | Theo de Raadt | |
1999-02-28 | new box | kstailey | |
1999-02-28 | do not APMDEBUG ramdisk floppy, it is very noisy | Theo de Raadt | |