Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-13 | add bpf0 to ramdisk target | Jason Wright | |
2002-06-13 | explain filter operands | Niels Provos | |
2002-06-12 | this stuff really belongs to stderr, not stdout | Henning Brauer | |
pointed out by ho@ ok dhartmei@, kjell@ | |||
2002-06-12 | gui needs to be started after child has been forked to prevent fds from | Niels Provos | |
being inherited and stdout/stdin from being mangled; from xs@kittenz.org | |||
2002-06-12 | Rewrite for pf, plus some other small stuff | Hakan Olsson | |
2002-06-12 | fix a typo that could create a fd leak | Vincent Labrecque | |
ok beck@ | |||
2002-06-12 | Add ddb subdir, and alphabeticize them | Niklas Hallqvist | |
2002-06-12 | Fix uninitialized access. Spotted by danh@ This is a good reason to | Kjell Wooding | |
develop with "ln -s 'J' /etc/malloc.conf" enabled. ok henning@ | |||
2002-06-12 | Five higher MODP groups, but commented out for now (until IANA assigns | Hakan Olsson | |
them proper numbers). | |||
2002-06-12 | start new sentence on a new line. | Mike Pechkin | |
niklas@ | |||
2002-06-12 | looks slightly better | Theo de Raadt | |
2002-06-12 | undo 1.46; fixes double free (the keys are freed on session close). | Markus Friedl | |
passes regress/sys/crypto | |||
2002-06-12 | pci revision is in the class field, not the id (some ppl just refuse to ↵ | Michael Shalayeff | |
follow the rules)' pt out by patrik@lindergren.com | |||
2002-06-12 | bdevtomaj worked well, but is no longer needed. | Hugh Graham | |
2002-06-12 | No longer need these getdev routines. | Hugh Graham | |
2002-06-12 | sync | Theo de Raadt | |
2002-06-12 | Finish the first sentence (has anyone ever read this man page?). | Aaron Campbell | |
2002-06-12 | Minor typographical fixes and spelling. | Aaron Campbell | |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin | |
espie@ ok for make/, deraadt@ one extra eye, millert@ ok | |||
2002-06-12 | Previously, SIOCG80211NWID would return the "desired" netname if | Todd C. Miller | |
the interface was up, even if it was the empty string. This tends to confuse users who have not set the desired net name (ie: associate with any AP). Now we only return the desired net name if it is not empty and the interface is up. Otherwise we return the current net name (ie: what we are associated with). | |||
2002-06-12 | use ELF_TOOLCHAIN instead of listing all archs. | Artur Grabowski | |
drahn@ ok. | |||
2002-06-12 | so let us analyse the development process here: | Theo de Raadt | |
- complete breakage of symmetric userland crypto - fast commit without review by other developers - no regression test run (markus points out regression crash kernel) Hence, we must disable userland crypto for now, until it gets repaired by these people who don't follow process.... | |||
2002-06-12 | add hppa to ELF_TOOLCHAIN. | Artur Grabowski | |
2002-06-12 | use ELF_TOOLCHAIN instead of listing all ELF archs. | Artur Grabowski | |
drahn@ ok. | |||
2002-06-12 | Prune duplicate definitions from <dev/cons.h> | Miod Vallat | |
2002-06-12 | cnputc() will take care of the necessary cr->cr/lf translation, so don't | Miod Vallat | |
do it in those consoles either. | |||
2002-06-12 | unused variable | Artur Grabowski | |
2002-06-12 | __indr_reference() and the definition in the same compilation unit are | Federico G. Schwindt | |
a bad idea. use __weak_alias(), but for now put the definition at the bottom, since AUX_FUNC is not properly propagated to the weak definition, and will cause grief to the linker. should fix vax. tested by hin@ via LDSTATIC=-static, millert@ ok. | |||
2002-06-12 | sync | Theo de Raadt | |
2002-06-12 | oops. forgot to add lock to Makefile | Niels Provos | |
2002-06-12 | lock man page from NetBSD | Niels Provos | |
2002-06-12 | err(3) newline cleanup, krb pieces; ok hin@ | Jason Peel | |
2002-06-12 | err(3) newline cleanup in AFS parts; ok hin@ | Jason Peel | |
2002-06-12 | Linksys Instant Wireless WPC11 3.0 works | Todd C. Miller | |
2002-06-12 | Remove some #if 0 cruft. | Artur Grabowski | |
2002-06-12 | import of netbsd's vlan multicast code | Chris Cappuccio | |
this works better than what we have now, although i have not been able to extensively test it. several folks thought it should be added | |||
2002-06-12 | add mmap implementation and skeleton interrupt mapping | Jason Wright | |
2002-06-12 | ssh_connect returns 0 on success | Markus Friedl | |
2002-06-12 | correct prototypes | Niels Provos | |
2002-06-11 | remove unused cruft. | Markus Friedl | |
2002-06-11 | Fix, s/pci_sel/pcisel | Jason Wright | |
2002-06-11 | Fix (include sys/pciio.h) | Jason Wright | |
2002-06-11 | s/pcitag/sc_pcitag so it compiles (sorry matthieu) | Jason Wright | |
2002-06-11 | lprm needs to be setuid daemon after all | Todd C. Miller | |
2002-06-11 | Zap CLEANFILES. Those files are no longer generated. | Artur Grabowski | |
From fransoa holop with modifcations. | |||
2002-06-11 | hash functions for use in the kernel | Eric Jackson | |
from weingart@ ok weingart@, art@, espie@, millert@ | |||
2002-06-11 | use a correct test, ok art@ | Peter Stromberg | |
2002-06-11 | bsd makefiles are too stupid to deal with more than one program per | Niels Provos | |
makefile. move into subdirs. | |||
2002-06-11 | have rb_remove return the right value, too. | Niels Provos | |
2002-06-11 | splay regression test | Niels Provos | |