summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-11-04don't call in_pcbrehash twice; ok itojun@Markus Friedl
2003-11-04a hook to use an lkm for unicode names decoding; from freebsdMichael Shalayeff
2003-11-04add in(6)_pcblookup_listen() and replace all calls to in_pcblookup()Markus Friedl
with either in(6)_pcbhashlookup() or in(6)_pcblookup_listen(); in_pcblookup is now only used by bind(2); speeds up pcb lookup for listening sockets; from Claudio Jeker
2003-11-04Add carp_setroute(), add and remove routes when the carp(4) interfaceRyan Thomas McBride
enters and leaves MASTER state. Allows the system to connect to the common address when it is master. ok cedric@ henning@
2003-11-04make pkg_create aware of duplicate files in plist, which are a bad thing.Marc Espie
okay sturm@
2003-11-04Use MGETHDR() instead of m_gethdr()Ryan Thomas McBride
Patch from Marco Pfatschbacher (Marco_Pfatschbacher at genua dot de)
2003-11-04let pkg_delete use logging facilities to save issues with deleting filesMarc Espie
(mostly md5 problems for now) okay sturm@
2003-11-04Add logging facilities (temp module exposes its temporary directory)Marc Espie
2003-11-04- Remove bogus function prototypeRyan Thomas McBride
- Put the correct address family in the BPF header Pointed out by Max Laier.
2003-11-04sync docs with current implementation;Jason McIntyre
2003-11-04sort options in SYNOPSIS and sync usage();Jason McIntyre
2003-11-04standardise arguments to auth methods - they should all take authctxt.Damien Miller
check authctxt->valid rather then pw != NULL; ok markus@
2003-11-04Test r operator.Otto Moerbeek
2003-11-04Duh, a stack machine without swap; implement GNU compatible 'r'Otto Moerbeek
(swap) operator. Prompted by Michael Knudsen <e at molioner dot dk>
2003-11-04old __syscall test is really a wait() testMichael Shalayeff
2003-11-04a simpler test for __syscall args alignmentMichael Shalayeff
2003-11-04kill a no longer relevant todo itemMichael Shalayeff
2003-11-04Some cleanups from Andrey Matveev <andrushock@korovino.net>:Ryan Thomas McBride
- remove duplicate string; - carp_set_addr() -> carp_set_addr6() when INET6; - spacing police. Oh yeah, and we can take inet6 support off the todo list.
2003-11-03replace magic number for min number of poll_data entriesMarco S Hyman
to allocate with a define
2003-11-03Don't define a specific target when the default rule will do perfectly.Otto Moerbeek
ok mickey@
2003-11-03verify exec headers before attempting malloc. reported by Georgi Guninski.Ted Unangst
2003-11-03syncOtto Moerbeek
ok deraadt@
2003-11-03Install bc(1) USD doc.Otto Moerbeek
ok deraadt@ mickey@ jmc@
2003-11-03use arc4random_bytesTed Unangst
2003-11-03add arc4random_bytes. input ok mickey@Ted Unangst
2003-11-03mention w^x on i386 tooMichael Shalayeff
2003-11-03put a line about 3.4Michael Shalayeff
2003-11-03Slight touchesMiod Vallat
2003-11-03For some reason, texts were duplicated.Miod Vallat
For some reason, texts were duplicated.
2003-11-03canonpath strips ending /, rely on unstripped name for @extra.Marc Espie
found out by naddy@
2003-11-03fix logic wrt pkgstems and dependencies.Marc Espie
ok sturm@
2003-11-03do not free static type pointer in warn_changed_key()Jakob Schlyter
2003-11-03move changed key warning into warn_changed_key(). ok markus@Jakob Schlyter
2003-11-03make this a little more idiot-proof; ok markus@Damien Miller
2003-11-03There is no point in checking NIC capabilities before calling pf_test(),Cedric Berger
since pf_test() can drop the packet or route it through another NIC. ok dhartmei@ mcbride@ comment requested by markus@
2003-11-03pf_route() can change output NIC, so we need to check its capabilities.Cedric Berger
good candidate for 3.X errata. ok dhartmei@ henning@ mcbride@
2003-11-03spelling fixes (in the comments)David Krause
2003-11-03spelling fixes (in the comments)David Krause
2003-11-03spelling fixes (in the comments)David Krause
2003-11-03spelling fixes (in the comments)David Krause
2003-11-03spelling fixes (in the comments)David Krause
2003-11-03NULL for NULL pointers, not 0Ted Unangst
2003-11-03combine ugly printf(), exit() combo statements into err() or errx().Ted Unangst
mostly from tom cosgrove.
2003-11-03spelling fixes (in the comments)David Krause
2003-11-03encourage people to link with -lcurses rather than -ltermcap;Jason McIntyre
.Xr curses in SEE ALSO, suggested by otto@; ok otto@
2003-11-03spelling fix in commentsDavid Krause
2003-11-03Cleanups:Ryan Thomas McBride
- missing #ifdef INET6. - fix check for interface going down in carp_send_ad(). - fix memory leak which occurs when when ifpromisc() fails. All from Max Laier, thanks.
2003-11-03spellingDavid Krause
2003-11-03remove support for non-existent scd and pcd drivers. ok deraadt millertTed Unangst
2003-11-03spacingTheo de Raadt