Age | Commit message (Expand) | Author |
2015-10-02 | I see no evidence that lstat() is being done for /etc/resolv.conf, nor | Theo de Raadt |
2015-10-02 | kern_tame.c | Theo de Raadt |
2015-10-02 | regen | Mark Kettenis |
2015-10-02 | Revert previous commit; something is not quite right yet in the bowels of uvm | Mark Kettenis |
2015-10-02 | missing ) in COMPAT_LINUX block | Theo de Raadt |
2015-10-02 | add a comment above the rfc1948 code that mentions the rfc so it's easy to find | Ted Unangst |
2015-10-02 | Actually, open of /etc/spwd.db must be handled by returning EPERM, not | Theo de Raadt |
2015-10-02 | Add ktracing of argv and envp to execve(2), with envp not traced by default | Philip Guenther |
2015-10-02 | mention these pathname calls are checked in namei | Theo de Raadt |
2015-10-02 | remove some debug printf no longer needed | Theo de Raadt |
2015-10-02 | changed my mind; block spwd.db, force drop-through to pwd.db for processes un... | Theo de Raadt |
2015-10-01 | Fix tame(2) setsockopt check for TCP level. | Doug Hogan |
2015-10-01 | Revert previous, it also breaks naddy@'s nested NFS setup. | Martin Pieuchot |
2015-10-01 | Use DOS_LABELSECTOR rather than LABELSECTOR to indicate offset into an | Kenneth R Westerback |
2015-10-01 | In uvm_map_splitentry(), grab the kernel lock before calling into the amap | Mark Kettenis |
2015-10-01 | relax vendor comparison to match variations found in older | Joerg Jung |
2015-10-01 | add const, prodded by mpi | Joerg Jung |
2015-10-01 | remove superfluous sensor_attach() added for debug reasons | Joerg Jung |
2015-10-01 | Remove yet more blinding whitespace. | Kenneth R Westerback |
2015-10-01 | Remove more blinding trailing whitespace. | Kenneth R Westerback |
2015-10-01 | Make the alpha pmap (more) mpsafe by protecting both the pmap itself and the | Mark Kettenis |
2015-10-01 | fix semicolon after if statement | Jonathan Gray |
2015-10-01 | No need to wakeup(9) the sensor thread because upd_refresh() does not | Martin Pieuchot |
2015-10-01 | add IPv6 equivalents for the permitted IPv4 setsockopts, noticed by doug@, | Stuart Henderson |
2015-10-01 | Use rtdeletemsg() in nd6_free() to align it with arptfree(). | Martin Pieuchot |
2015-10-01 | Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In one | Philip Guenther |
2015-09-30 | rename the internal functions that do ml_foo ops on classes to hfsc_cl_foo. | David Gwynne |
2015-09-30 | Nuke a #if 0/#endif block and a related variable. No plans to ever make | Kenneth R Westerback |
2015-09-30 | Use #ifndef _MACHINE_DISKLABEL_H_ everywhere. Replace _ARM_DISKLABEL_H_ | Kenneth R Westerback |
2015-09-30 | Remove some trailing whitespace. | Kenneth R Westerback |
2015-09-30 | Use consistant whitespace/comments for #define'ing LABELSECTOR, | Kenneth R Westerback |
2015-09-30 | enable new asmc(4) driver on amd64 | Joerg Jung |
2015-09-30 | Remove remnants of sppp's special queue handling for telnet/rlogin/ftp, | Stuart Henderson |
2015-09-30 | add a (disabled) driver for the Apple System Management Controller (SMC) as | Joerg Jung |
2015-09-30 | provide a hfsc_requeue() | David Gwynne |
2015-09-30 | implement new "prot_exec" tame(2) request: | Sebastien Marie |
2015-09-30 | sleep until all references to an interface have been released during detach. | David Gwynne |
2015-09-30 | Run the tx completion path without the kernel held. This makes the | Mark Kettenis |
2009-08-04 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2015-09-30 | Do not try to refetch a route at the L2 layer if the given one is DOWN | Martin Pieuchot |
2015-09-30 | remove cisco hdlc code from sppp(4), it's no longer used - pppoe(4) only uses | Stuart Henderson |
2015-09-30 | I missed an #ifdef notyet when enabling the aliasing ppgtt code. | Mark Kettenis |
2015-09-30 | How about I delete _all_ the BITFIELDTYPE comments? | Philip Guenther |
2015-09-30 | Remove some annoying trailing whitespace. | Kenneth R Westerback |
2015-09-29 | Add missing prototype for bios_getdiskinfo() to amd64/disksubr.c. | Kenneth R Westerback |
2015-09-29 | Use the DMTC0 macro and MTC0_HAZARD in the UPAGES > 1 case. Now R8000 kernel | Miod Vallat |
2015-09-29 | Unlock interrupt handler rx path with intr_barrier | Chris Cappuccio |
2015-09-29 | Save a lot of people grief. tame()'d CMSG reception is busted and it | Theo de Raadt |
2015-09-29 | Reluctantly classify statfs and fstatfs as RPATH for now, because they | Theo de Raadt |
2015-09-29 | get rid of the mutex between access to the status block and myx_down | David Gwynne |