Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-14 | Link vt.4 to pcvt.4 so one can do "man 4 vt" and have it do what you | Todd C. Miller | |
expect. Also, add xref's to the pcvt userland utils. | |||
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-07-08 | same here.. | Theo de Raadt | |
1999-07-08 | flesh out .Dt | Theo de Raadt | |
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-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-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 | getopt(3) returns -1, not EOF | Aaron Campbell | |
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-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-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-11 | fix more comma splices that involve misuse of conjunctive adverbs | Paul Janzen | |
1999-02-26 | cnt.foo -> uvmexp.bar in uvm | Artur Grabowski | |
1999-02-26 | cnt.foo -> uvmexp.bar in uvm | Artur Grabowski | |
1999-02-09 | $Log is ugly | Theo de Raadt | |
1999-02-08 | Fix cua device to not block on open. | Jim Rees | |
Turn off chip (and dtr) on interrupted open. | |||
1999-01-31 | Fix clobbers so that GENERIC may compile with egcs. | Marc Espie | |
Historically, the documentation of extended asm was lacking, namely you should NOT specify the same register as an input, and a clobber. If the register is clobbered, it should be specified as an output as well, e.g., by linking input and output through the "number" notation. (Beware of lvalues, some local variables needed...) In older versions, up-to egcs1.1.1, the compiler did not even warn about it, but it was liable to output bad code. Newer egcs are pickier and simply refuse to swallow such code. | |||
1999-01-21 | Remove remnicients of old pcmcia code, allow both pccom & com at pcmcia | Niklas Hallqvist | |
work again | |||
1999-01-13 | RCSIds | Niklas Hallqvist | |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1999-01-07 | global decl for *intr() routines, plus add INET6 | Theo de Raadt | |
1999-01-02 | Midi & sequencer support from NetBSD, mostly by Lennart Augustsson | Niklas Hallqvist | |
1998-12-31 | semantic change: prefer unshared intr, settle for level shared. this will ↵ | Theo de Raadt | |
still fail in some cases | |||
1998-12-27 | new priority mechanism for pcmcia interrupt allocation, ie. "best effort" | Theo de Raadt | |
for machines low on interrupts. work by fgsch, and myself | |||
1998-11-20 | careful off handling in mmap routines | Theo de Raadt | |
1998-11-16 | Fix attribute handling. From | Tobias Weingartner | |
John Wright <juggler@oaktree.co.uk> | |||
1998-10-07 | Fix trigger level initializations; fixes mouse for XFree86. | Jason Downs | |
1998-09-28 | Add Trident 9750 | Jason Downs | |
1998-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, | Aaron Campbell | |
then/than and such. Other miscellaneous problems fixed across these source files. | |||
1998-09-06 | Better keyboard timing code mostly from FreeBSD | Niklas Hallqvist | |
1998-08-13 | Fix card list: Robert Earl <rearl@teleport.com>. | Jason Downs | |
1998-08-10 | allow -d option to work with -c [change screen] | Todd C. Miller | |
1998-08-10 | reflect reality | Todd C. Miller | |
1998-08-09 | Wait for ACK's back from the kbd controller when setting typematic rate. | Todd C. Miller | |
Fixes a hang when starting X windows on pc's with picky kbd controllers. | |||
1998-08-07 | fix PMS_INT_DISABLE | Theo de Raadt | |
1998-07-24 | -lcurses, not termcap/termlib | Todd C. Miller | |
1998-07-19 | COMPAT_LINUX has to have working KDENABIO and KDDISABIO as well. | Jason Downs | |
1998-07-17 | make isa_intr_establish() once again not panic | Theo de Raadt | |
1998-07-14 | add "ctl" and "swap" sample keyboard mappings; | Marco S Hyman | |
document the proper name of keycap file | |||
1998-07-12 | Fix for the new fast PII-400 machines. This makes them work, and does not | Tobias Weingartner | |
seem to have an adverse affect on other machines. Thanks to martin@ for testing on the PII-400 (wish I had one...), and millert@ for testing on his machines (and finding a bug in my original fix). pccons & pckbd need fixing too... | |||
1998-07-12 | add .Os | Theo de Raadt | |