summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-11-02sync.Federico G. Schwindt
2002-11-02- fix broken nodes and remove repeated items.Federico G. Schwindt
2002-11-02Don't try to process inline functions; fixes a problem parsingTodd C. Miller
2002-11-02Compare dynamic addresses correctly in pf_compare_*: check the interface nameRyan Thomas McBride
2002-11-02Make PF_ANEQ(), PF_ANEQ() and PF_AZERO() check the whole address if afRyan Thomas McBride
2002-11-02%i -> %d, matches the style of existing code, from millert@Daniel Hartmeier
2002-11-02printf int with %i, not %u. from pilot@monkey.org.Daniel Hartmeier
2002-11-02Actually, this is bind 4.9.9-RELTodd C. Miller
2002-11-01add a comment how to get secure maps built; millert@ ok.Federico G. Schwindt
2002-11-013.2 releasedMichael Shalayeff
2002-11-01Working atomic locks on vax for libc_r.Miod Vallat
2002-11-01Stub to help libc_r buildsMiod Vallat
2002-11-01fight the grammar in the tdr messagesMichael Shalayeff
2002-11-01Cleanup. Don't bother complaining when the user selects some non-existantKenneth R Westerback
2002-11-01Cleanup. install_sets() no longer takes a parameter.Kenneth R Westerback
2002-11-01add a missing delay after printf on halt[-p], proper arg for a cold hookMichael Shalayeff
2002-11-01md part for hppa should look like this, at the first lookMichael Shalayeff
2002-10-31gotta define SYSEXIT() and make all the rest of sys/*S be thread-safe now, mi...Michael Shalayeff
2002-10-31typo, reported by avsm@openbsdJun-ichiro itojun Hagino
2002-10-31MakeMaker now appears to try to install pod pages in $installman{1,3}dir.Todd C. Miller
2002-10-31marc@ said we should be always thread-safe, accomodate for that, also definin...Michael Shalayeff
2002-10-31plug memory leak. from sam leffler. sync w/kameJun-ichiro itojun Hagino
2002-10-31document 'set require-order (yes|no)'Philipp Buehler
2002-10-31spelling; Jolan Luff, thanks!Henning Brauer
2002-10-31There's no point in using a small block size when creating a swapTodd C. Miller
2002-10-31Defer pid allocation and making the new process visible until after it'sArtur Grabowski
2002-10-31Introduce some better feedback during attempted ftp installations. InKenneth R Westerback
2002-10-31lasi on j210 is in a strange place, add an exact entry for now, to be maybe r...Michael Shalayeff
2002-10-30as found on a 256m machine of millert@'s allocate pdes for the whole kernel v...Michael Shalayeff
2002-10-30Change kernel set to shorter names on mac68k; supposed to make krw'sMiod Vallat
2002-10-30No longer need to override Configure results for setr[ug]id() andTodd C. Miller
2002-10-30No longer usedTodd C. Miller
2002-10-30bring on a few changes from netbsd, such as better rx mbuf calculation, ram p...Michael Shalayeff
2002-10-30o .Xr setres[ug]idTodd C. Miller
2002-10-30Minor bump for [gs]etres[ug]id(2)Todd C. Miller
2002-10-30Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSDTodd C. Miller
2002-10-30regenTodd C. Miller
2002-10-30Now that we have [gs]etres[ug]id() as a native system call, use itTodd C. Miller
2002-10-30Implement osetre[ug]id() in terms of setres[ug]id().Todd C. Miller
2002-10-30regen due to addition of [gs]etres[ug]id(2)Todd C. Miller
2002-10-30removes duplicate functions and factor out common code so the needed (butMarco S Hyman
2002-10-30Implement setresuid(2), getresuid(2), setresgid(2), getresgid(2), basedTodd C. Miller
2002-10-30signal handling changes. This corrects several signalMarco S Hyman
2002-10-30sets sync for perl, ok pvalchev@Dale Rahn
2002-10-30Revert this va_copy addition, it cannot work on macppc (which is theDale Rahn
2002-10-30simplifyHenning Brauer
2002-10-30fix interface expansion. since the reversed list expansion code wasHenning Brauer
2002-10-30o for gre version 1, correctly check if kp (key present) is unset.Federico G. Schwindt
2002-10-29Add -U option to set uid, gid, and group vector based on password database.Todd C. Miller
2002-10-29Add silc from IANA; ok millertPeter Valchev