Age | Commit message (Expand) | Author |
2002-11-01 | Cleanup. install_sets() no longer takes a parameter. | Kenneth R Westerback |
2002-11-01 | add a missing delay after printf on halt[-p], proper arg for a cold hook | Michael Shalayeff |
2002-11-01 | md part for hppa should look like this, at the first look | Michael Shalayeff |
2002-10-31 | gotta define SYSEXIT() and make all the rest of sys/*S be thread-safe now, mi... | Michael Shalayeff |
2002-10-31 | typo, reported by avsm@openbsd | Jun-ichiro itojun Hagino |
2002-10-31 | MakeMaker now appears to try to install pod pages in $installman{1,3}dir. | Todd C. Miller |
2002-10-31 | marc@ said we should be always thread-safe, accomodate for that, also definin... | Michael Shalayeff |
2002-10-31 | plug memory leak. from sam leffler. sync w/kame | Jun-ichiro itojun Hagino |
2002-10-31 | document 'set require-order (yes|no)' | Philipp Buehler |
2002-10-31 | spelling; Jolan Luff, thanks! | Henning Brauer |
2002-10-31 | There's no point in using a small block size when creating a swap | Todd C. Miller |
2002-10-31 | Defer pid allocation and making the new process visible until after it's | Artur Grabowski |
2002-10-31 | Introduce some better feedback during attempted ftp installations. In | Kenneth R Westerback |
2002-10-31 | lasi on j210 is in a strange place, add an exact entry for now, to be maybe r... | Michael Shalayeff |
2002-10-30 | as found on a 256m machine of millert@'s allocate pdes for the whole kernel v... | Michael Shalayeff |
2002-10-30 | Change kernel set to shorter names on mac68k; supposed to make krw's | Miod Vallat |
2002-10-30 | No longer need to override Configure results for setr[ug]id() and | Todd C. Miller |
2002-10-30 | No longer used | Todd C. Miller |
2002-10-30 | bring on a few changes from netbsd, such as better rx mbuf calculation, ram p... | Michael Shalayeff |
2002-10-30 | o .Xr setres[ug]id | Todd C. Miller |
2002-10-30 | Minor bump for [gs]etres[ug]id(2) | Todd C. Miller |
2002-10-30 | Add [gs]etres[ug]id(2) syscall to libc and use it in emulating some 4.3BSD | Todd C. Miller |
2002-10-30 | regen | Todd C. Miller |
2002-10-30 | Now that we have [gs]etres[ug]id() as a native system call, use it | Todd C. Miller |
2002-10-30 | Implement osetre[ug]id() in terms of setres[ug]id(). | Todd C. Miller |
2002-10-30 | regen due to addition of [gs]etres[ug]id(2) | Todd C. Miller |
2002-10-30 | removes duplicate functions and factor out common code so the needed (but | Marco S Hyman |
2002-10-30 | Implement setresuid(2), getresuid(2), setresgid(2), getresgid(2), based | Todd C. Miller |
2002-10-30 | signal handling changes. This corrects several signal | Marco S Hyman |
2002-10-30 | sets sync for perl, ok pvalchev@ | Dale Rahn |
2002-10-30 | Revert this va_copy addition, it cannot work on macppc (which is the | Dale Rahn |
2002-10-30 | simplify | Henning Brauer |
2002-10-30 | fix interface expansion. since the reversed list expansion code was | Henning Brauer |
2002-10-30 | o for gre version 1, correctly check if kp (key present) is unset. | Federico G. Schwindt |
2002-10-29 | Add -U option to set uid, gid, and group vector based on password database. | Todd C. Miller |
2002-10-29 | Add silc from IANA; ok millert | Peter Valchev |
2002-10-29 | keep all pflog goodies in pflog sources, avoids code duplications; okski fran... | Michael Shalayeff |
2002-10-29 | Since memory deallocation can't fail, remove the error return from | Artur Grabowski |
2002-10-29 | danger will robinson, danger | Michael Shalayeff |
2002-10-29 | idle time is shown as ` ' not ` )'. | Jason Wright |
2002-10-29 | introduce | Henning Brauer |
2002-10-29 | Get rid of some commons. | Artur Grabowski |
2002-10-29 | Document IGNORE and COMES_WITH; ok espie | Peter Valchev |
2002-10-29 | no need to restore shadowed reg, shaves 10% from runtime for tlb handler on p... | Michael Shalayeff |
2002-10-29 | Remove some unused globls | Artur Grabowski |
2002-10-29 | No need to free the address space in exit1(), we'll do that in the reaper. | Artur Grabowski |
2002-10-29 | "len = entry->end - entry->start;" then logically "entry->start + len" | Artur Grabowski |
2002-10-28 | do not use asm for accessing the page tables since they are mapped now. | Michael Shalayeff |
2002-10-28 | Convert sparc pmap from physseg to VM_PAGE_MD. | Artur Grabowski |
2002-10-28 | Seeking on a character device works fine. | Todd C. Miller |