Age | Commit message (Expand) | Author |
2001-12-12 | sync | Theo de Raadt |
2001-12-12 | indent. | Federico G. Schwindt |
2001-12-12 | Set MAXTIME to 10, allowing to pass on slower machines like p 300. | Federico G. Schwindt |
2001-12-12 | Note dc and hifn support | Jason Wright |
2001-12-12 | - turn m88k_protection() into a trivial macro. | Miod Vallat |
2001-12-12 | Remove prototypes for non-existent mach leftovers, or duplicated in | Miod Vallat |
2001-12-12 | /dev/crypto | Jason Wright |
2001-12-12 | add hifn and dc at pci | Jason Wright |
2001-12-12 | add /dev/crypto support | Jason Wright |
2001-12-12 | Full suite of bus_dma functions (except bus_dmamap_load_raw)... this allows | Jason Wright |
2001-12-12 | Handle itimer intervals smaller than the resolution of the clock; pr#2182. | Thomas Nordin |
2001-12-12 | o pids should be pid_t, not int | Todd C. Miller |
2001-12-12 | At Miod's request make the pte in pmap_extract() a pt_entry_t * for | Todd C. Miller |
2001-12-12 | Don't return TRUE from pmap_extract if the pte is not valid. | Todd C. Miller |
2001-12-12 | daemon() can close innocent file descriptors, including opened log. | Michael Shalayeff |
2001-12-12 | disable debugging, pointed out by brad@ | Michael Shalayeff |
2001-12-12 | more zip code updates from Ted U <grendel@heorot.stanford.edu> | Michael Shalayeff |
2001-12-12 | usmoke some scsi drugs, a little bit | Michael Shalayeff |
2001-12-12 | Remember to add the current time...problem noticed by ho@ | Angelos D. Keromytis |
2001-12-12 | Fix the double occurence of the DFE530TX, and update Promise cards description | Miod Vallat |
2001-12-11 | Make Makefile.boot produce a working config(8) again, at least on 4.4BSD. | Miod Vallat |
2001-12-11 | Remove declarations that already exist in <sys/conf.h> | Miod Vallat |
2001-12-11 | sync | Todd T. Fries |
2001-12-11 | Intel pchb and agp, nvidia gf2mx100 | Todd T. Fries |
2001-12-11 | PDC20268 | Chris Cappuccio |
2001-12-11 | Support Promise Ultra100TX2 (PDC20268) | Chris Cappuccio |
2001-12-11 | This file was forgotten in the previous wsmouse commits. | Miod Vallat |
2001-12-11 | another (*&$ kerberos entry | Theo de Raadt |
2001-12-11 | mac68k disklabel cleaning 1/3: | Miod Vallat |
2001-12-11 | FQDN subjectAltName in certs, used in isakmpd(8) examples. beck@ ok. | Hakan Olsson |
2001-12-11 | Yet another sync to NetBSD. Kills lot of unnecessary code and cleans up a bit. | Artur Grabowski |
2001-12-11 | Do not include sys/cdefs.h twice; Bjorn Sandell | Todd C. Miller |
2001-12-11 | More sync to NetBSD. | Artur Grabowski |
2001-12-11 | Fix typo, noticed by Richard Lowe | Todd C. Miller |
2001-12-11 | Merge in some pmap improvements from NetBSD. | Artur Grabowski |
2001-12-11 | minor fixes. | Artur Grabowski |
2001-12-11 | Repair 68060 operation; from art@ and myself, spell-checked by deraadt@. | Miod Vallat |
2001-12-11 | Use queue.h macros. | Jason Wright |
2001-12-11 | If we receive a signal during the sleep(), run signal handlers as | Todd C. Miller |
2001-12-11 | - Log packet while mbuf is still valid. | jasoni |
2001-12-11 | Don't hang waiting for select() with SIGTERM + no active SAs. | Hakan Olsson |
2001-12-11 | Proper error msg. | Hakan Olsson |
2001-12-11 | More sync with freebsd code; join related code this time. | Federico G. Schwindt |
2001-12-10 | handle "q" input better; bug reported in 2244 | Theo de Raadt |
2001-12-10 | Grrr, drug induced haze. Thanks Theo. | Tobias Weingartner |
2001-12-10 | pf.4: Grammar & xref | Tobias Weingartner |
2001-12-10 | Add FEATURE(`accept_unresolvable_domains') | Todd C. Miller |
2001-12-10 | check that server supports v1 for -t rsa1, report from wirth@dfki.de | Markus Friedl |
2001-12-10 | follow post-2.1 ip_off & ip_len byte orders | Theo de Raadt |
2001-12-10 | Since VOP_READ is never called on VDIR vnodes and ext2fs_read | Artur Grabowski |